@if($format) @include('documents.report_logo')
@endif

INVENTORY REPORT

Title: {{$title}} @foreach($inventory_list as $rows) @endforeach
Inventory Report
Sr. {{ucwords(str_replace('_',' ',EF::branchWhiteLabel()['module']))}} {{ucwords(str_replace('_',' ',EF::plotWhiteLabel()['module']))}} # Type Category Size Rate Status
{{$loop->iteration}} {{ucwords($rows->branch->name)}} {{ucwords($rows->plot_id)}} {{ucwords($rows->type)}} {{ucwords($rows->category)}} {{$rows->size}} {{EF::numberFormat($rows->rate)}} {{ucwords($rows->status)}}