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

{{__("Shipping Companies")}}

{{__("Edit Shipping Companies")}}

@endsection @section("content")

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

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("name")
{{$message}}
@enderror
@error("email")
{{$message}}
@enderror
@error("harbor_id")
{{$message}}
@enderror
@endsection @section("scripts") @endsection