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


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

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

@endif

Add Quotation Vehicle

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