@if(hasMenuItemAccess('dashboard', 'hospital_dashboard'))
  • Hospital Dashboard
  • @endif @if(hasSectionMenuAccess('optical')) @if(hasMenuItemAccess('optical', 'optical_dashboard'))
  • Optical Dashboard
  • @endif @if(hasMenuItemAccess('optical', 'item_master'))
  • Item Master
  • @endif @if(hasMenuItemAccess('optical', 'sale_bill'))
  • Sale Bill
  • @endif @if(hasMenuItemAccess('optical', 'make_order'))
  • Make Order
  • @endif @if(hasMenuItemAccess('optical', 'completed_order'))
  • Completed Order
  • @endif @if(hasMenuItemAccess('optical', 'receipt'))
  • Receipt
  • @endif @php $opticalLedgerItems = ['stock_ledger', 'sale_ledger', 'daily_collection_report', 'outstanding_report', 'optical_sell_report', 'sale_report']; $showOpticalLedger = false; foreach ($opticalLedgerItems as $ledgerItem) { if (hasMenuItemAccess('optical', $ledgerItem)) { $showOpticalLedger = true; break; } } @endphp @if($showOpticalLedger)
  • Ledger/Report
  • @endif @endif
  • Log Out