@extends('layouts.app') @section('title', 'Expire Properties') @push('css') @endpush @section('content')

Property Detials

{{-- {{ dd($preListing) }} --}} @if( isset($preListing['agricultures']) && !empty($preListing['agricultures'])) @endisset @if( isset($preListing['property_informations']) && !empty($preListing['property_informations'])) @endisset @if( isset($preListing['lands']) && !empty($preListing['lands'])) @endisset @if( isset($preListing['properties_for_commercials']) && !empty($preListing['properties_for_commercials'])) @endisset @if( isset($preListing['property_details']) && !empty($preListing['property_details'])) @endisset {{-- @isset ($preListing['property_informations'])

Basic Property Informaction

@endisset --}} {{-- @if (isset($preListing['property_details']) && !empty($preListing['property_details'])) @endif --}} {{-- Residential - Multi family --}} @if (isset($preListing['apartments']) && !empty($preListing['apartments'])) @endif {{-- Residential - townhouse & condo --}} @if (isset($preListing['condos']) && !empty($preListing['condos'])) @endif @if (isset($preListing['environmentals']) && !empty($preListing['environmentals'])) @endif @if(isset($preListing['zonings']) && !empty($preListing['zonings'])) @endif @if($preListing['property_conditions'] && !empty($preListing['property_conditions'])) @endif @if($preListing['pricies'] && !empty($preListing['pricies'])) @endif @if($preListing['utilities'] && !empty($preListing['utilities'])) @endif @if($preListing['parcels'] && !empty($preListing['parcels'])) @endif @if($preListing['buildings'] && !empty($preListing['buildings'])) @endif @if($preListing['structures'] && !empty($preListing['structures'])) @endif
@endsection @push('js') @endpush