@extends('admin.layout.base') @section('title', 'Service Types ') @section('content')
 Fare Settings

Add New Plan @foreach($data as $index => $service) @endforeach
ID Fare Plan Name From Km UPTO KM price_per_km waiting_price_per_min peak_hour late_night Action
{{ $index + 1 }} {{ $service->fare_plan_name }} {{ $service->from_km }} {{ $service->upto_km }} {{ $service->price_per_km }} {{ $service->waiting_price_per_min }} {{ $service->peak_hour }} {{ $service->late_night }}
{{ csrf_field() }} {{ method_field('DELETE') }}
ID Fare Plan Name From Km UPTO KM price_per_km waiting_price_per_min peak_hour late_night Action
@endsection