@extends('admin_dashboard') @section('admin')

Products List (Land)

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
All Products Records (Grouped by Wings No)
@foreach($wings as $w) @endforeach
# 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 }}
@csrf @method('PUT')
{{ $w->wings_no }}
@endsection @push('scripts') @endpush