Print/Emb Approval

@if ($message = Session::get('success')) @endif @if ($errors->any()) @endif
@csrf
@foreach ($Pending_list as $index => $Pending_lists) @endforeach
SNO
Order No Process Buyer Qty
   {{ $index + 1 }}
{{ $Pending_lists['Order_No'] }} {{ $Pending_lists['Process'] }} {{ $Pending_lists['Buyer'] }} {{ (int) $Pending_lists['Qty'] }}