@extends('backend.layouts.app') @section('title', __('Create Sale Order')) @section('admin-content')
@include('backend.layouts.partials.messages')

{{ __('Create Sale Order') }}

{{ __('Back') }}
@csrf {{-- Customer Section --}}
@include('components.popups.customer-modal') @include('components.popups.item-modal')
{{-- Items Section --}}

Order Lines

Item Code Item Name Qty Unit Price Discount (%) Tax (%) Total Action
0.00
{{-- Grand Total --}}
Total: PKR 0.00
{{-- JS for dynamic rows and calculation --}} @endsection