@extends('backend.layouts.app') @section('title', 'Edit Property') @push('styles') @endpush @section('content')
@csrf @method('PUT')

Edit PROPERTY

Square Feet
featured ? 'checked' : '' }}/>


GALLERY IMAGE

SELECT

Features
@foreach($features as $feature) features as $checked) {{ ($checked->id == $feature->id) ? 'checked' : '' }} @endforeach /> @endforeach
Google Map

PROPERTY VIDEO

Youtube Link
{!! $videoembed !!}

FLOOR PLAN

@if(Storage::disk('public')->exists('property/'.$property->floor_plan) && $property->floor_plan ) {{$property->title}}
@endif

FEATURED IMAGE

@if(Storage::disk('public')->exists('property/'.$property->image)) {{$property->title}}
@endif
{{-- BUTTON --}} arrow_back BACK
@endsection @push('scripts') @endpush