@extends('layouts.app') @section('content')

Add Quotation

@csrf
@if($errors->has('reference')) {{ $errors->first('reference') }} @endif
@if($errors->has('contact_person')) {{ $errors->first('contact_person') }} @endif
@if($errors->has('validity')) {{ $errors->first('validity') }} @endif
@if($errors->has('payment_term')) {{ $errors->first('payment_term') }} @endif
@if($errors->has('notes')) {{ $errors->first('notes') }} @endif
@endsection