@extends('layouts.layoutapp') @section('content')
Add Order
@csrf
@error('client_id') {{ $message }} @enderror
@error('client_num') {{ $message }} @enderror

Product Details:
@if (Auth::user()->user_flg !== 'C') @endif
# ProductAvl. QtyQty Unit Price Amount
Address
{{-- Remove Address --}}

Select Client Number To View Address

Sub Total: 0 ₹
Discount: 0 ₹
Total: 0 ₹
@endsection @push('scripts') @endpush