@extends('layouts.master') @section('page_title', 'Add Order') @section('title', 'Add Order') @section('main_item', 'Orders') @section('sub_item', 'Add Orders') @section('content')
business_location != '1') style="display: none" @endif>
@csrf
Image Product Name Order Quantity Selling Price Line Total Action

Customer Details

@csrf
customer_order_details != '1') style="display: none" @endif class="form-group mt-0 row" id="customer_details" style="padding-left: 5px !important;" hidden>
Sale Date Waybill Number Call status Delivery status

Add Payment

@error('invoice_total') @enderror
@if ($setting->delivery_fee_type == 'from_list')
@error('delivery_fee') @enderror
@else
@endif
@error('invoice_discount') @enderror
@error('payment_method') @enderror
@error('order_status') @enderror

Note

Summary

@error('invoice_subtotal') @enderror
@endsection @section('scripts') {{-- --}} @endsection