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

Edit {{ $type == 'commercial' ? 'Commercail' : 'Residential' }} listing

@method('PUT')
Place Lock Box

Portable

2345

Marketing
{{-- {{ dd(in_array('Twitter', json_decode($listing['listing_post_photo_on'] ?? '[]', true) ?? [])) }} --}}

Post Photo On

Post Video On

@if ($type === 'commercial') @include('layouts.includes.particles.property.listing.edit.commercial') @endif @if ($type === 'residential') @include('layouts.includes.particles.property.listing.add.residential') @endif
@endsection {{-- custom js --}} @push('js') @endpush