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

{{__("Shipments points")}}

{{__("Create Shipments point")}}

@endsection @section("content")

{{__("Edit Shipments point")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("city_name_en_from")
{{$message}}
@enderror
@error("city_name_ar_from")
{{$message}}
@enderror
@error("city_name_ur_from")
{{$message}}
@enderror
@error("city_name_en_to")
{{$message}}
@enderror
@error("city_name_ar_to")
{{$message}}
@enderror
@error("city_name_ur_to")
{{$message}}
@enderror
@error("price")
{{$message}}
@enderror
@foreach($city->passByCity as $index => $passCity)
@endforeach
{{__("Add New Row")}}
@endsection @section("scripts") @include("admin.shipments_cities.templates") @endsection