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

{{__("Delivery Prices")}}

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