@extends('layouts.app') @section('title') @switch($type) @case('commercial') Add Commercial Listing @break @case('residential') Add Residential Listing @break @case('agriculture') Add Agriculture Listing @break @default Add Property Listing @endswitch @endsection {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')

Add New @switch($type) @case('commercial') Commercial @break @case('residential') Residential @break @case('agriculture') Agriculture @break @default Property @endswitch listing

Place Lock Box
Marketing
Post Photo On
Post Video On
{{-- {{ dd($type) }} --}} @if ($type === 'commercial') @include('layouts.includes.particles.property.listing.add.commercial') @endif @if ($type === 'residential' || $type === 'agriculture') @include('layouts.includes.particles.property.listing.add.residential') @endif
Email Lead
@endsection {{-- custom js --}} @push('js') @endpush