@extends('layouts.main') @section('title', 'Open-Close Rooms') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')
{!! Form::open(['url' => 'open/close/rooms', 'method' => 'post']) !!}
Date

From

To

On one or more of these days:

For

For one or more of these rooms:

  • @foreach( $property->rooms as $key => $room ) @if( $room->status == 'Active' )
  • @endif @endforeach

Action to Perform

{!! Form::close() !!}
@endsection @section('scripts') @endsection