@include('uthhanOriginals.stylesheet') @include('uthhanOriginals.left_side_bar')

Customer Detailed List

Draft Invoice List

@if (session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif @if (session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif @if (!is_null($fetchInvoiceDetails)) @php $var = 0; @endphp @foreach ($fetchInvoiceDetails as $order) @endforeach @endif
Sno Store Id Store Code Product ID Product Quantity Customer Name Customer Phone Place of Sell Created At Create Invoice
{{ ++$var }} {{ $order->st_Store_id }} {{ $order->st_store_unique_id }} {{ $order->st_product_id }} {{ $order->st_product_quantity }} {{ $order->st_customer_name }} {{ $order->st_customer_phone }} {{ $order->st_customer_email }} {{ $order->st_place_of_sell }} {{ $order->st_created_at }} Create Invoice
@include('uthhanOriginals.footer')