@include('includes.wizard-partials.wizard_cover')
{{ csrf_field() }}

Projects

{{-- --}}
  • Project Informationcheck
  • Ammenitiescheck
  • Project Image Galleycheck
  • Project Payment Planscheck
{{-- Modal --}} @php $wizard_branches = App\Models\Branch::getWizardBranches(); $wizard_first_branch_id = $wizard_branches->first()->id; @endphp
{{-- Projects --}}
@include('includes.wizard-partials.left_side_pane',['wizard_branches'=>$wizard_branches,'wizard_first_branch_id'=>$wizard_first_branch_id])
{{-- Projects --}} {{-- Tab-Content --}}
@include('includes.wizard-partials.project-info',['wizard_first_branch_id'=>$wizard_first_branch_id])
@include('includes.wizard-partials.ammenities')
@include('includes.wizard-partials.image-gallery')
@include('includes.wizard-partials.payment-plans')
{{-- Tab-Content --}}