@foreach($invoices as $invoice)
{{ $invoice->formatted_bill_invoiceid }} {{ runtimeDate($invoice->bill_date) }} @lang('lang.stripe_payment') {{ runtimeMoneyFormat($invoice->bill_final_amount) }} @lang('lang.paid')
@if(config('visibility.delete_button')) @endif
@endforeach