@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
{{$Deliverykm -> id}} {{$Deliverykm -> from_km}} Km {{$Deliverykm -> to_km}} Km {{$Deliverykm -> price}} {{$Deliverykm->support == 1 ? "Active" : "Non-Active"}}
@endsection @section("scripts") @endsection