Lanmic Logo Lanmic
  • System Access

      @if (Auth::user()->hasPermission('View Permission Type') || Auth::user()->user_type == '1')
    • Permission Type

    • @endif @if (Auth::user()->hasPermission('View Permission Settings') || Auth::user()->user_type == '1')
    • Permission Settings

    • @endif
  • Master Files

      @if (Auth::user()->hasPermission('view userlevel master') || Auth::user()->user_type == '1')
    • User Levels

    • @endif @if (Auth::user()->hasPermission('view user master') || Auth::user()->user_type == '1')
    • Users

    • @endif @if (Auth::user()->hasPermission('view center master') || Auth::user()->user_type == '1')
    • Centers

    • @endif @if (Auth::user()->hasPermission('view vehicle master') || Auth::user()->user_type == '1')
    • Vehicles

    • @endif @if (Auth::user()->hasPermission('view driver master') || Auth::user()->user_type == '1')
    • Drivers

    • @endif @if (Auth::user()->hasPermission('view helper master') || Auth::user()->user_type == '1')
    • Helpers

    • @endif @if (Auth::user()->hasPermission('view security master') || Auth::user()->user_type == '1')
    • Security

    • @endif @if (Auth::user()->hasPermission('view payment master') || Auth::user()->user_type == '1')
    • Payments

    • @endif @if (Auth::user()->hasPermission('view customer master') || Auth::user()->user_type == '1')
    • Customers

    • @endif @if (Auth::user()->hasPermission('view otherpayments master') || Auth::user()->user_type == '1')
    • Other Payments

    • @endif
  • Outward Module

      @if (Auth::user()->hasPermission('View Outward all') || Auth::user()->user_type == '1')
    • Type 1

    • @endif
      @if (Auth::user()->hasPermission('view all outward type 2') || Auth::user()->user_type == '1')
    • Type 2

    • @endif
  • @if (Auth::user()->hasPermission('view all inward') || Auth::user()->user_type == '1')
  • Inward Module

    @endif
  • Reports

      @if (Auth::user()->hasPermission('incentive report details') || Auth::user()->user_type == '1')
    • Intencive Details

    • @endif @if (Auth::user()->hasPermission('incentive report summary') || Auth::user()->user_type == '1')
    • Intencive Summary

    • @endif @if (Auth::user()->hasPermission('Lorry Usage detail report') || Auth::user()->user_type == '1')
    • Lorry Usage Detail

    • @endif