@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', __('Project Quotation')) @section('content') {{-- Flash Messages --}} @if ($errors->any()) @endif @if (session('success')) @endif
@csrf {{-- Client Name & Quotation Date --}}
@error('client_name')
{{ $message }}
@enderror
@error('date')
{{ $message }}
@enderror
{{-- Quotation Items (same as before) --}}
Quotation Items
Description Qty Unit Price (RM) Total (RM)
0.00
Subtotal: RM 0.00
GST (6%): RM 0.00
Total: RM 0.00
{{-- Submit --}}
@endsection @push('scripts') @endpush