@extends('docs.master') @section('content')

{{settings()->get('company_name')}}

Inventory Details Report

Dated: {{date('d-m-Y')}}
{{$i=1}} @foreach($model->groupBy('unittype') as $unittype => $items) {{-- Group by unittype --}} {{-- Subgroup header --}} @foreach($items as $item)
# Plot No Unit Type Project Customer Gross Area Price Receipts Balance
{{ $unittype }} {{-- Display the unittype --}}