@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Customs Broker")}}
{{__("ID")}} | --}}{{__("Serial Number")}} | {{__("Image")}} | {{__("Name")}} | {{__("Email")}} | {{__("Address")}} | {{__("Phone Number")}} | {{__("Category Name")}} | @if(isPermissionsAllowed("control-customs-brokers")){{__("Control")}} | @endif
---|---|---|---|---|---|---|---|---|
{{$customBroker->id}} | --}}{{$serial_number++}} | @if($customBroker->getFirstMediaFile()) @endif | {{$customBroker->name}} | {{$customBroker->email}} | {{$customBroker->address}} | {{$customBroker->phone_number}} | {{$customBroker->category->name}} | @if(isPermissionsAllowed("control-customs-brokers"))id)}}" class="control-link edit"> | @endif