@extends("layouts.dashboard.app") @section("page-title") Delivery Price @endSection @section("page-nav-title")

All Delivery Price

Control and view all Delivery Price Locations

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($data as $Deliverykm) @endforeach
#ID From To Price Support Control
{{$Deliverykm -> id}} {{$Deliverykm -> from_km}} Km {{$Deliverykm -> to_km}} Km {{$Deliverykm -> price}} {{$Deliverykm->support == 1 ? "Active" : "Non-Active"}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$Deliverykm->id}}" style="display: none" data-swal-title="Delete Location" data-swal-text="Are Your Sure To Delete This Record ?" data-yes="Yes" data-no="No" data-success-msg="the Record has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection