@extends("layouts.dashboard.app") @section("page-title") {{__('Delivery Price')}} @endSection @section("page-nav-title")
{{__('Control and view all Delivery Price Locations')}}
| #ID | {{__('From')}} | {{__('To')}} | {{__('Price')}} | {{__('Support')}} |
|---|---|---|---|---|
| {{$Deliverykm -> id}} | {{$Deliverykm -> from_km}} Km | {{$Deliverykm -> to_km}} Km | {{$Deliverykm -> price}} | {{$Deliverykm->support == 1 ? "Active" : "Non-Active"}} |