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

{{__("Delivery Companies")}}

{{__("All Delivery Company")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Delivery Company ") }}

@csrf
@error("full_name")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@error("phone_number")
{{$message}}
@enderror
@error("country")
{{$message}}
@enderror
@error("city")
{{$message}}
@enderror
@endsection @section("scripts") @endsection