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

{{__("Customs Broker")}}

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

@endsection @section("content")

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

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("name_ur")
{{$message}}
@enderror
@error("address")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("category_customs_broker_id")
{{$message}}
@enderror

@error("customs_brokers_photo")
{{$message}}
@enderror
@endsection @section("scripts") @endsection