@extends('layouts.app') @section('title', 'Create Sale') @section('content')

Create Sale

Add customer and sold products

← Back to Sales
@if($errors->any())
Please fix the following errors:
@endif
Note: Fields marked with * are mandatory.
{{-- ========================================================= --}} {{-- SALE INFORMATION --}} {{-- ========================================================= --}}
Sale Information
{{-- Customer Name --}}
{{-- Customer Phone --}}
{{-- Sale Date --}}
{{-- Invoice Number --}}
{{-- Payment Status --}}
{{-- Notes --}}
{{-- ========================================================= --}} {{-- PRODUCTS --}} {{-- ========================================================= --}}
@csrf
Products
{{-- First Product Row --}}
Product Stock Qty MRP Selling GST % Tax Total Action
{{-- ========================================================= --}} {{-- SALE SUMMARY --}} {{-- ========================================================= --}}
Sale Summary
{{-- Subtotal --}}
Subtotal 0.00
{{-- Discount --}}
{{-- GST --}}
GST Total 0.00

{{-- Grand Total --}}
Grand Total
0.00
@push('scripts') @endpush @endsection