@extends('layouts.main_without_top_button') @section('title') Reports @stop @section('navigation') @stop @section('contentinner')

Operational Reports

@if(auth()->user()->can('VIEW HSE REPORTS') & auth()->user()->can('VIEW WORKSHOP REPORTS'))

HSE & Workshop Reports

@endif @if(auth()->user()->can('VIEW INVENTORY REPORTS'))

Inventory Reports

@endif

Accounts Reports

@if(auth()->user()->can('VIEW MANAGERIAL REPORTS'))

Managerial Reports

@endif
@stop