@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 MLS 1 MLS 2 MLS 3 @forelse ($properties as $property) {{ $property['addresses'][0]['street'] }} {{ $property['addresses'][0]['city'] }} {{ $property['addresses'][0]['state'] }} {{ $property['addresses'][0]['zip_code'] }} @empty Property Not Found @endforelse Place Lock Box Lock Box Select Lock Box Lock Box 1 Lock Box 2 Lock Box 3 Placement Type Portable Password 2345 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 Source Loopnet Crexi MLS Save & Exit Save Exit @endsection {{-- custom js --}} @push('js') @endpush
Portable
2345