@extends('frontend.layouts.app') @section('styles') @endsection @section('content')
@include('agent.sidebar')

EDIT PROPERTY

@csrf @method('PUT')
title
attach_money
business
airline_seat_flat
event_seat
location_city
account_balance

mode_edit

Featured Image
@if(Storage::disk('public')->exists('property/'.$property->image) && $property->image ) {{$property->title}} @endif
map
map
voice_chat
Floor Plan
@if(Storage::disk('public')->exists('property/'.$property->floor_plan) && $property->floor_plan ) {{$property->title}} @endif
place
@if($property->gallery)
@foreach($property->gallery as $gallery)
@endforeach
@endif
Upload Gallery Images Upload one or more images
@endsection @section('scripts') @endsection