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

Manual Generate Quotation

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

{{ $error }}

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