@extends('layouts.dashboard.superadminapp') @section('title', 'Create Sales Quotation') @section('styles') @endsection @section('content')
{{-- PAGE HEADER --}}

Create Quotation

Quotation Registration Form
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
{{-- TOAST NOTIFICATION CONTAINER --}}
{{-- ALERTS --}} @if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif {{-- QUOTATION FORM --}}
@csrf {{-- QUOTATION DETAILS SECTION --}}

Quotation Details

{{-- CUSTOMER INFORMATION SECTION --}}

Customer Information

{{-- PRODUCT INFORMATION SECTION --}}

Product Information

{{-- COST BREAKDOWN SECTION --}}

Cost Breakdown

{{-- RAW MATERIAL CHARGES --}}
{{-- CONVERSION COST --}}
{{-- PACKING CHARGES --}}
{{-- SUMMARY & TOTALS SECTION --}}

Summary & Totals

Sub Total:
Discount (%):
Round Up:
Grand Total:
{{-- FORM ACTIONS --}}
@endsection @section('scripts') @endsection