@extends('adminlte::page') @section('title', 'Upload Image') @section('content_header')

Upload Image for Property

@endsection @section('content')
@csrf
@foreach($uploadedImages as $image)
Uploaded Image
@if(!$image->thumbnail) @else Thumbnail @endif
@endforeach
Add Images
@endsection