@extends('admin.layout.app') @section('main-content') OPERATIONS MANAGEMENT SYSTEM SUPERVISOR EDIT & REVERSAL @include('includes.messages') {{ csrf_field() }} Select Type Select Type. @can('ss_supervisor', Auth::user()) Transactions Bush Waybill @endcan @can('wpo_arrival_supervisor', Auth::user()) Internal Waybill @endcan @can('stats.supervisor', Auth::user()) Internal Waybill CTOR Number Summary Number @endcan @can('weighbridge.supervisor', Auth::user()) Offloading Evacutions @endcan @can('accounts.authorize', Auth::user()) Claims @endcan Enter Code. @endsection @section('more-scripts') @endsection