@section('title', 'Create Quotation') @section('breadcrumb') {{ __('Create Quotations') }} {{ __('Home') }} {{ __('Create Quotation') }} {{-- {{ __('Create') }} --}} @endsection @csrf @foreach (\App\Models\Customer::all() as $customer) {{ $customer->name }} @endforeach @foreach (\App\Enums\QuotationStatus::cases() as $status) {{ __($status->name) }} @endforeach {{ __('Note (If Needed)') }} {{ __('Order Tax (%)') }} {{ __('Discount (%)') }} {{ __('Shipping') }} {{ __('Create Quotation') }}