@extends('layouts.default') @section('title') hello @endsection @section('header-style') @endsection @section('content')

Welcome To Board Decision System

{{--
--}} {{--
--}} {{--
--}} {{--

Pending Schedule

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Appointment --}} {{--

{{$appointmentStatus}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Meeting --}} {{--

{{$meetingStatus}}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Visit --}} {{--

{{$visitStatus}}

--}} {{--
--}} {{--
--}} {{-- --}}{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- Appointment Request--}} {{-- {{$appointmentStatus}}--}} {{--
--}} {{--
--}} {{-- --}}{{----}}{{--
--}}{{----}}{{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- Meeting Request--}} {{-- {{$meetingStatus}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- Visit Request--}} {{-- {{$visitStatus}}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Upcoming Schedules

--}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{-- @if(count($NextVisit) == 0 && count($NextAppointment) == 0 && count($NextMeeting) == 0)--}} {{--
  • --}} {{-- No Upcoming Schedule Found--}} {{--
  • --}} {{-- @else--}} {{-- @if(count($NextVisit) > 0)--}} {{--
  • --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- @foreach($NextVisit as $data)--}} {{-- Visit: {{$data->visit_name}}--}} {{-- DateTime: {{$data->unavailable_from}}, Location: {{$data->visit_place}}, Visitor Name: {{$data->visitor_name}}--}} {{-- @endforeach--}} {{--
    --}} {{--
    --}} {{--
  • --}} {{-- @endif--}} {{-- @if(count($NextAppointment) > 0)--}} {{--
  • --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- @foreach($NextAppointment as $data)--}} {{-- Appointment: {{$data->agenda}}--}} {{-- DateTime: {{$data->apointmnet_start_time}}, Requested By: {{$data->requested_by}}, Appointment To: {{$data->appointment_to}}--}} {{-- @endforeach--}} {{--
    --}} {{--
    --}} {{--
  • --}} {{-- @endif--}} {{-- @if(count($NextMeeting) > 0)--}} {{--
  • --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- @foreach($NextMeeting as $data)--}} {{-- Meeting: {{$data->meeting_name}}--}} {{-- DateTime: {{$data->start_time}}, Location: {{$data->meeting_venue}}, Meeting Caller: {{$data->meeting_caller}}--}} {{-- @endforeach--}} {{--
    --}} {{--
    --}} {{--
  • --}} {{-- @endif--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Total Schedules

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}}{{----}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('footer-script') @endsection