@foreach($transaction->invoiceLines as $key => $invoiceLine) @endforeach
# @lang('project::lang.task') @lang('project::lang.rate') @lang('sale.qty') @lang('business.tax') @lang('receipt.total')
{{$loop->iteration}} {{$invoiceLine->task}} @if(isset($invoiceLine->description))
({!! $invoiceLine->description !!}) @endif
{{$invoiceLine->rate}} {{@format_quantity($invoiceLine->quantity)}} @if(isset($invoiceLine->tax->name)) {{$invoiceLine->tax->name}} @else @lang('lang_v1.none') @endif {{$invoiceLine->total}}