@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Schedule room') @section('css') @endsection @section('content')
@if (!$schedules->isEmpty()) @foreach ($schedules as $schedule) @endforeach @endif
Reason Start End Actions
{{$schedule->reason}} {{dateFormat($schedule->start, 'd-m-Y')}} {{dateFormat($schedule->end, 'd-m-Y')}} @if ($schedule->status_used != 1) @endif
@endsection @section('js') @endsection