@yield('extraCss')
@csrf
@php $showSideBar = true; $notAllowedRoute = [ 'billing-window', 'list-pos-bills', 'exchange-list', 'exchange-customer', 'exchange-form', 'get-exchange-product', 'save-exchange', 'print-exchange', 'print-exchange', 'pos-stock-report', 'pos-barcode-transaction-history', 'pos-productwise-sales-report', 'pos-gst-det-report', 'pos-gst-summary-report', 'pos-dsr-invoice-report', 'pos-dsr-report', 'audit-warehouse-scan', 'pos-productwise-exchange-report', 'staff-sales', 'billername', 'barcode-tracking', 'barcode-tracking-details', 'category-wise-sales-report', 'retailsdata', ]; @endphp @include("layouts.inc.header") @if(!in_array(Route::currentRouteName(), $notAllowedRoute)) @include("layouts.inc.aside") @endif
@yield('mainContentArea')
@csrf
@if(Session::has('success')) @endif @if(Session::has('error')) @endif @yield('extraJs') @include("backend.scripts.common")