@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("All Tracking Shipments")}}
{{__("ID")}} | --}}{{__("Serial Number")}} | {{__("Title")}} | {{__("URL")}} | {{__("Image")}} | @if(isPermissionsAllowed("control-tracking-shipments")){{__("Control")}} | @endif
---|---|---|---|---|---|
{{$shipment->id}} | --}}{{$serial_number++}} | {{$shipment->title}} | {{$shipment->url}} | @if($shipment->getFirstMediaFile()) @endif | @if(isPermissionsAllowed("control-tracking-shipments"))id)}}" class="control-link edit"> | @endif