@extends('layouts.app')
@section('title', 'Add Pre Listing')
@push('css')
{{-- style to increase the input field of any phone --}}
@endpush
@section('content')
@endsection
{{-- custom js --}}
@push('js')
{{-- script for Exit button --}}
{{-- script for show total acrage in the address accordion when adding multipe parcel (parcle have lot size acre) (properties/prelisting/create) --}}
{{-- script for show Total Square Footage of Primary Home in the address accordion when adding total Square Footage of Primary Home --}}
{{-- script for fetching Listing Id into Property MLS Number field --}}
{{-- script to select value of Property Type in Property Information and send it to Property Type field in Property Summary section --}}
@endpush