@include('Partials.sidebar') @include('Partials.header') @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Plots Plots View Bulk Upload Plots Form @csrf Choose Project Choose... @foreach ($projects as $project) {{ $project->project_name }} @endforeach Choose Master Plan Choose... @foreach ($masterPlans as $masterPlan) {{ $masterPlan->master_plan_name }} @endforeach Choose Block Choose... @foreach ($blocks as $block) {{ $block->block_name }} @endforeach {{-- Choose Section Choose... @foreach ($sections as $section) {{ $section->section }} @endforeach --}} Plot Number {{-- Choose a Plot Image: Choose File --}} Plot Size / Sqft Choose Plot Type Choose... Commercial Plot Residential Plot Actual Price / Rs Offer Price / Rs {{-- Area / Sqft --}} Direction Plot Status Not Available Available Pre-Booked Submit @include('Partials.footer')