@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 }} {{ __('IQD') }}
@endsection @section('scripts') @endsection