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

{{__("Shipments points")}}

{{__("All Shipments points")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-shipments-points"))
@csrf {{__("Export As Excel")}}
@endif
{{-- --}} @if(isPermissionsAllowed("control-shipments-points")) @endif @foreach($cities as $city) {{-- --}} @if(isPermissionsAllowed("control-shipments-points")) @endif @endforeach
{{__("ID")}}{{__("Serial Number")}} {{__("City Name From")}} {{__("Pass By City")}} {{__("City Name To")}}{{__("Control")}}
{{$city->id}}{{$serial_number++}} {{$city->getNameFromAttribute()}} {{$city->getNameToAttribute()}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$city->id}}" style="display: none" data-swal-title="{{__("Delete Shipments Point")}}" data-swal-text="{{__("Are You Sure To Delete This Shipments Point?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Shipments Point has been deleted successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection