@extends('layouts.template') @section('content') Fare Managment @csrf Vehicle Type Select type @foreach(App\Models\VehicleCategory::where('status','ACTIVE')->get() as $item) {{$item->name}} @endforeach Zone Select Zone @foreach(App\Models\Zone::where('status','ACTIVE')->get() as $item) {{$item->name}} @endforeach Base Fare Base Distance Kilometer Fare per Kilometer Fare per minute Waiting Charge Night Charge Night start time Night end time SAVE @endsection