@forelse($info as $invoice) @empty @endforelse
{{trans('label.SL')}} {{trans('label.Invoice No')}} {{trans('label.Supplier Name')}} {{trans('label.Phone')}} {{trans('label.Gross')}} {{trans('label.Credit Purchase')}} {{trans('label.Payment Amount')}} {{trans('label.Cash Purchase')}} {{trans('label.Balance')}} {{trans('label.Action')}}
{{$loop->iteration}} {{$invoice->id}} {{$invoice->SupplierProfile->name ?? null}} {{$invoice->SupplierProfile->phone ?? null}} {{$invoice->gross_amount}} {{$invoice->gross_amount-$invoice->initial_payment}} {{$invoice->payment_amount}} {{$invoice->initial_payment}} {{$invoice->gross_amount-$invoice->payment_amount }} {{trans('label.Run Report')}}