@php $company_logo = getCompanyLogo(); if ($company_logo){ $company_logo = "data:image/png;base64,".$company_logo; }else{ $company_logo = ''; } @endphp AdminLTE Logo {{ config('app.name') }}
User Image
{{ auth()->user()->getFullname() }} Branch ID: {{ auth()->user()->getBID() }}
    @if(checkAccessControl(1))
  • Dashboard

  • @endif @if(checkAccessControl(2))
  • Branch

  • @endif @if(checkAccessControl(15))
  • Account

  • @endif @if(checkAccessControl(3))
  • Tax

  • @endif @if(checkAccessControl(4))
  • MSKU

  • @endif @if(checkAccessControl(5))
  • Add-ons

  • @endif @if(checkAccessControl(6))
  • Staffs

  • @endif @if(checkAccessControl(7))
  • Categories

  • @endif @if(checkAccessControl(8))
  • Departments

  • @endif @if(checkAccessControl(16))
  • Voucher

  • @endif @if(checkAccessControl(14))
  • Receipt Retrieval

  • @endif @if(checkAccessControl(9))
  • Tables

  • @endif @if(checkAccessControl(10))
  • POS

    • Register

    • Image

  • @endif @if(checkAccessControl(11))
  • Access Control

  • @endif @if(checkAccessControl(18))
  • Sub-Order Types

  • @endif @if(checkAccessControl(12))
  • Reports

    • IT

      • IT Transaction Report

      • Voucher Report

    • OPERATION

      • Transaction

        • Detailed Report

        • Summary Report

      • Hourly Report

      • Item

        • Report

        • Void Report

      • Tax Revenue Report

      • Summary Report

      • Voucher Report

      • Daily Revenue Report

    • FINANCE

      • Revenue Report

      • Summary Report

    • LIVE DATA

      • Live Data Report

      • Mail Report

  • @endif @if(checkAccessControl(13))
  • Settings

  • @endif
  • Logout

    @csrf