@extends('layouts.main') @section('title', 'Create Quotation') @section('content')
Back to Quotations

Create New Quotation

@csrf
@error('customer_id')

{{ $message }}

@enderror
@error('quotation_date')

{{ $message }}

@enderror
@error('valid_until')

{{ $message }}

@enderror

Quotation Items

Product Quantity Unit Price Total
Subtotal: 0.00
Tax (10%): 0.00
Total: 0.00
Cancel
@endsection