@extends('admin.layout') @section('content')

Edit Property

@csrf @method('PUT')
@if($property->images)

@foreach($property->images as $key => $img)
@endforeach
@endif
Back
@endsection