Products List (Land)
@if(session('success')){{ session('success') }}
@endif
@if($errors->any())
{{ $errors->first() }}
@endif
All Products Records (Grouped by Wings No)
| # | Wings No | Type of Product | Flat/Plot No | Quantity | Status | Update Status | Group |
|---|---|---|---|---|---|---|---|
| {{ $w->id }} | @if($w->file_path) {{ $w->wings_no }} @else {{ $w->wings_no }} @endif | {{ $w->type }} | {{ $w->flat_plot_no }} | {{ $w->quantity }} | {{ $w->booking }} | {{ $w->wings_no }} |