@extends('layouts.template') @section('content') Brand / Models/ Fare Managment Add Brand Add Model @csrf Add Brand Brand Name @csrf Create Model Name Vehicle Type ---Select Vehicle Type--- @foreach(App\Models\VehicleCategory::where('status','ACTIVE')->get() as $item) {{$item->name}} @endforeach Brand ---Select Brand--- @foreach(App\Models\Brand::get() as $item) {{$item->name}} @endforeach Model Name Minimum Passengers Maximum Passengers # Modal Name Brand Vehicle Type Min. Passengers Max. Passengers Action @endsection