@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 }} @else @endif
save Upload Image

FEATURED IMAGE

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