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

{{__("Delivery Prices")}}

@endsection @section("content") @include("includes.dialog")
{{-- --}} {{-- --}} {{-- TEMPORARY TERMINATED--}} {{-- --}} @foreach($delivery_price as $price) {{-- {{-- id)}}" method="post" id="delete{{$price->id}}" style="display: none" data-swal-title="{{__("Delete Instruction And Laws")}}" data-swal-text="{{__("Are Your Sure To Delete This Instruction And Laws ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Instruction And Laws has been deleted successfully')}}">@csrf @method("delete")--}} {{-- --}} {{-- --}} @endforeach
{{__("ID")}} {{__("English Name")}} {{__("Arabic Name")}}{{__("Load Weight From")}}{{__("Load Weight To")}}{{__("Price")}} {{__("Currency")}} {{__("control")}}{{__("Control")}}
{{$price->id}} {{$price->name_en}} {{$price->name_ar}} {{$price->price}} {{ ${"currency_".\Illuminate\Support\Facades\App::getLocale()} }}--}} {{-- TEMPORARY TERMINATED--}} $price->id])}}" class="control-link edit">
@endsection @section("scripts") @endsection