@extends('layouts.main') @section('content') {{ $data['page'] }} [Add Schedule | View Calendar] @if(Session::has('unauthorize')) × {{ Session::get('unauthorize') }} @endif @if(Session::has('update')) × {{ Session::get('update') }} @endif @if(Session::has('success')) × {{ Session::get('success') }} @endif LEGENDS: - haven't viewed the remarks. @if(Auth::user()->ug_id == 1 || Auth::user()->ug_id == 3) - approve scheduled meeting @endif - cancel meeting - reschedule the meeting - edit meeting - view details of the meeting {!! Form::open(['url' => 'meetings/search', 'class' => 'form-inline', 'role' => 'form', 'autocomplete' => 'off']) !!} {!! Form::text('search', $search, ['class' => 'form-control', 'placeholder' => 'Search']) !!} {!! Form::button(' Search', ['class' => 'btn btn-primary btn-xs', 'type' => 'submit', 'title' => 'Search']) !!} Reset {!! Form::close() !!} @if($meetings->isEmpty()) No existing scheduled meeting(s) found. @else Date of Meeting Purpose of Meeting Venue Encoded By @foreach($meetings as $meeting) @if(Auth::user()->ug_id == 1 || Auth::user()->ug_id == 3)