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

Create Purchase

Add supplier and purchased products

← Back to Purchases
@include('partials.form-note') {{-- Validation Errors --}} @if ($errors->any())
Please fix the following errors:
@endif
@csrf {{-- ========================================================= PURCHASE INFORMATION ========================================================== --}}
Purchase Information
{{-- Supplier --}}
{{-- Purchase Date --}}
{{-- Invoice Date --}}
{{-- Invoice Number --}}
{{-- ========================================================= PRODUCTS ========================================================== --}}
Products
{{-- First Row --}} {{-- Product --}} {{-- Qty --}} {{-- Free Qty --}} {{-- Purchase Price --}} {{-- MRP --}} {{-- Selling Price --}} {{-- GST --}} {{-- Line Total --}} {{-- Remove --}}
Product Qty Free Purchase MRP Selling GST % Total Action
{{-- ========================================================= PURCHASE SUMMARY ========================================================== --}}
Purchase Summary
{{-- Notes --}}
{{-- Summary --}}
Subtotal
Discount
GST
Grand Total
{{-- Footer --}}
@endsection @push('scripts') @endpush