@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')

@lang('breadcrumb.tables')

{{-- Sections button --}} {{-- Tables button --}}
{{-- Tables View --}}
@include('tenant.pos.tables.index')
{{-- Tables Sections View --}}
@include('tenant.pos.tables-sections.index')
@endsection @push('script') @endpush