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

{{__("Tracking Shipments")}}

{{__("Create Tracking Shipment")}}

@endsection @section("content")

{{__("Edit Tracking Shipment")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("title_ur")
{{$message}}
@enderror
@error("url")
{{$message}}
@enderror
@error("slider_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection