@extends('layouts.master') @section('content') @php $getAuthUserTypeId = getAuthUserTypeId(); @endphp
@if($getAuthUserTypeId == 'CARRIER') @endif @if($getAuthUserTypeId == 'DISPATCHER') @endif
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()