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

{{__('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