@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Customs Broker")}}

{{__("All Customs Broker")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-customs-brokers"))
@csrf {{__("Export As Excel")}}
@endif
{{-- --}} @if(isPermissionsAllowed("control-customs-brokers")) @endif @foreach($customBrokers as $customBroker) {{-- --}} @if(isPermissionsAllowed("control-customs-brokers")) @endif @endforeach
{{__("ID")}}{{__("Serial Number")}} {{__("Image")}} {{__("Name")}} {{__("Email")}} {{__("Address")}} {{__("Phone Number")}} {{__("Category Name")}}{{__("Control")}}
{{$customBroker->id}}{{$serial_number++}} @if($customBroker->getFirstMediaFile()) @endif {{$customBroker->name}} {{$customBroker->email}} {{$customBroker->address}} {{$customBroker->phone_number}} {{$customBroker->category->name}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$customBroker->id}}" style="display: none" data-swal-title="{{__("Delete Customs Brokers")}}" data-swal-text="{{__("Are You Sure To Delete This Customs Broker?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Customs Broker has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection