@extends('tenant.pos.pos-tabs') @php $activeTab = 'tables-and-sections'; $view = $view ?? 'tables'; @endphp @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.pos') => '#', __('breadcrumb.tables') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'pos.tables-and-sections']) @endsection @section('style') @endsection @section('content-field')