@extends('layouts.'.env('THEME')) @section('moreStyle') @include('staff.schedule.style') @endsection @section('content')
@if(sizeof($need_update) > 1)
{!! sizeof($need_update) !!} issues need solving
@foreach($need_update as $row) @endforeach
@endif @if(!empty(auth()->user()->staff)) @if(empty(auth()->user()->staff->todaysWorklog())) Please click here to add to your worklog for today @endif @endif
Connection stats
Completed installs
Live connections
Offline connections
{{ $stats['completed_installs'] }}
{{ $stats['live_customers'] }}
{{ $stats['installed_offline'] }}
{!! sizeof($outstanding) !!} Tasks outstanding- + add task
@foreach($outstanding as $note) @endforeach
Feed- Latest notes added - View full feed - + add note
@foreach($notes as $note) @endforeach
View full feed
Schedule - Appointments in the next 5 days - View full schedule - + add to schedule
Days behind
Days ahead

View full schedule
@if(auth()->user() && auth()->user()->isPermitted("director")) @endif
@endsection @section('script') @include('staff.schedule.script') @endsection