Billing Application

  • shop
    Dashboard
  • Menu
  • @if (Auth::check() && Auth::user()->user_flg == "SU")
  • Company
  • Branch
  • @endif @php $emiInvoiceFlag = DB::table('menu') ->where('name', 'Invoice EMI') ->value('oprntl_flag'); @endphp @forelse (Auth::user() && Auth::user()->rights ? Auth::user()->rights->menus : [] as $menu) @if ($menu->name != "Reports")
  • {{ $menu->name }}
  • @else
  • {{$menu->name}}
    • Products Report
    • Invoices Report
    • Invoice Profit Report
    • @if ($emiInvoiceFlag !== 'I')
    • Invoices EMI Report
    • Invoice-EMI Profit Report
    • @endif
    • Product Purchase
    • Inventory Report
    • GST Report
    • HSN Report
  • @endif @empty