@extends("layouts.admin.app") @section("page-title") {{__("Delivery Prices")}} @endSection @section("page-nav-title")
{{__("Control And View All Delivery Prices")}}
#{{__("ID")}} | {{__("Distance From")}} | {{__("Distance To")}} | {{__("Price")}} | @if(isPermissionsAllowed("control-delivery-prices")){{__("Control")}} | @endif
---|---|---|---|---|
{{ $delivery_price->id }} | {{ $delivery_price->distance_from }} {{__("Km")}} | {{ $delivery_price->distance_to }} {{__("Km")}} | {{ $delivery_price->price }} {{__("JD")}} | @if(isPermissionsAllowed("control-delivery-prices"))id)}}" class="control-link edit"> | @endif