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


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

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

@endif

Add Quotation Vehicle

@csrf @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
@endsection