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

Upload Image for Room

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