@if($transport)

د ترانسپورت کارمند تایید / تاییدی کارمند ترانسپورت


@if($transport->transport_action != null)
@else
@if(auth()->user()->hasPermissionTo('Transport - Employee Action')) @if(($transport->transport_action == null)) @csrf
{{ __('global.required') }}
{{ __('global.required') }}
@endif @endif @if($transport->transport_action == null)

منتظر تایید / رد کارمند ترانسپورت

@endif
@endif @endif