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

{{__("Delivery Prices")}}

{{__("Control And View All Delivery Prices")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-delivery-prices")) @endif
@if(isPermissionsAllowed("control-delivery-prices")) @endif @foreach($delivery_prices as $delivery_price) @if(isPermissionsAllowed("control-delivery-prices")) @endif @endforeach
#{{__("ID")}} {{__("Distance From")}} {{__("Distance To")}} {{__("Price")}}{{__("Control")}}
{{ $delivery_price->id }} {{ $delivery_price->distance_from }} {{__("Km")}} {{ $delivery_price->distance_to }} {{__("Km")}} {{ $delivery_price->price }} {{__("JD")}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$delivery_price->id}}" style="display: none" data-swal-title="{{__("Delete Delivery Price")}}" data-swal-text="{{__("Are Your Sure To Delete This Delivery Price ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Delivery Price has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection