@extends('adminlayout.admin') @section('content')


@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Add Quotation Vehicle

@csrf
@if ($errors->has('battary_type')){{ $errors->first('battary_type') }}@endif
@if ($errors->has('riding_range')){{ $errors->first('riding_range') }}@endif
@if ($errors->has('dealer_price')){{ $errors->first('dealer_price') }}@endif

VEHICLE QUOTATIONS LIST

@php $i=1; @endphp @foreach($vehicles as $data) @php $i++; @endphp @endforeach
S.no Name Battery Price CREATED AT Action
{{$i}} Delete Edit
@endsection