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

Create Sales Order

Sales Order Registration Form
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
{{-- ALERTS --}} @if (session('success')) @endif @if (session('error')) @endif {{-- MAIN FORM --}}
{{-- SALES ORDER DETAILS SECTION --}}

Sales Order Details

{{-- CUSTOMER INFORMATION SECTION --}}

Customer Information

{{-- RFQ & PRODUCT INFORMATION SECTION --}}

RFQ & Product Information

{{-- BILLING & SHIPPING SECTION --}}

Billing & Shipping

{{-- PRODUCT ITEMS SECTION --}}

Product Items

# Material Code HSN Code Description Additional Details Req By Date Qty UOM Unit Rate Disc % Value SGST % CGST % IGST % Amount
1
{{-- SUMMARY SECTION --}}

Summary

Sub Total:
SGST Amount:
CGST Amount:
IGST Amount:
Round Up:
Grand Total:
{{-- FORM ACTIONS --}}
@endsection @section('scripts') @endsection