@extends('layouts.main') @section('title', 'Upload photos') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')
Upload Images for Rooms
{{--

Select files from your computer

--}}

Drag and drop files below

Just drag and drop files here
@endsection @section('scripts') @endsection