@foreach($bills as $declaration => $bill_by_date) @foreach($bill_by_date as $date=>$bill) @endforeach @endforeach
Declaration Consignee Transitor Submitted By Date Remark Action
{!! $bill->cargoheader->cargodeclarations->declaration_number !!} {!! $bill->cargoheader->cargodeclarations->consignees->name !!} {!! $bill->cargoheader->cargodeclarations->transitors->name !!} {!! $bill->acceptedby->full_name !!} {!! $date !!} {!! $bill->remark !!}
@section('footer_scripts') @stop