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

{{__("Tracking Shipments")}}

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

@endsection @section("content")

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

@csrf
@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