@extends('main') @section('title', $data['title']) @section('content') @php if (Auth::check()) { $user = App\Models\User::find(Auth::user()->id); } else { $user = null; } @endphp @if ($showButton)
{{-- Sales --}}
@if (Auth::user()->type == 0) @endif @if (Auth::user()->type == 2) @endif @if (Auth::user()->type == 1) @else {{-- @if (in_array('dashboard', $data['enabledModules'])) @endif --}} @endif @if (Auth::user()->type == 0) @endif @if (Auth::user()->type == 0) @endif @if (Auth::user()->type == 0) @endif @if (in_array('table_transfer', $data['posPermissions'])) @endif     
    
@endif
@if ($showButton)
@endif
@include('order_item')
@endsection('content') @section('custom-scripts') {{-- @if (Auth::check()) @include('report/report') @include('user_master_modal') @endif --}} {{-- @include('report/report') @include('table_master') @include('printer_master') @include('category_master') @include('counter_master') @include('item_master') @include('user_master') --}} {{-- @include('company_master') --}} {{-- @include('counter_close') @include('bill_adjustment') --}} @include('counter_close/counter_cloase_model') @endsection