@extends('app') @section('content') Auto Generate Quotation

Auto Generate Quotation

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{-- Select Client --}}
{{-- Select Product --}}
{{-- AMC Price resources/views/amcs/send_quotation_auto.blade.php--}}
{{-- Terms & Conditions --}}
{{-- Type --}}
{{-- Service Time Frame --}}
{{-- Start Date --}}
{{-- End Date --}}
{{-- Submit & Back Buttons resources/views/amcs/send_quotation_auto.blade.php --}}
Back
{{-- panel-body --}}
{{-- panel --}}
{{-- col --}}
{{-- row --}}
{{-- container --}}
{{-- content-wrapper --}} @endsection