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

UOP Express Orders

Order List

@if (session('delete_success_customer'))
{{ session('delete_success_customer') }}
@endif @if (session('delete_failed_customer'))
{{ session('delete_failed_customer') }}
@endif @if ($fetchInvoiceDetails != null) @php $var = 0; @endphp @foreach ($fetchInvoiceDetails as $data) @if ($data->st_order_status != 'cancelled❌') @else @endif @endforeach @endif
S.no. Invoice Id Details Store Code Name Cust Type Address Date Confirm Type UOP Status Assigned Store Status Remarks Cancel Reason Assign Store Add Remarks Preview Download Delete
{{ ++$var }} {{ $data->st_invoice_id }} {{ $data->st_store_code }} {{ $data->st_user_full_name }} UOP {{ $data->st_order_list_created_at }} {{ $data->st_product_quantity }} {{ $data->st_payment_type }} {{ !empty($data->st_artisan_delivery) ? $data->st_artisan_delivery . ' Days' : 'N/A' }} {{ !empty($data->ass_store) ? $data->ass_store : 'N/A' }} {{ $data->st_order_status }} {{ $data->st_order_status_remarks }} {{ $data->st_cancel_rejected_reason }}
Download N/A
@include('uthhanOriginals.footer')