@extends('layouts.master') @section('content')

Wiedervorlagen

 

Heute

Auftrag
Notiz
Datum
Aktionen
@if(count($followUpsUntilToday)>0) @foreach($followUpsUntilToday as $followUp) @endforeach @else
Keine Wiedervorlagen hinterlegt.
@endif

Demnächst

Auftrag
Notiz
Datum
Aktionen
@if(count($followUpsFuture)>0) @foreach($followUpsFuture as $followUp) @endforeach @else
Keine Wiedervorlagen hinterlegt.
@endif
@if(UserController::checkRight("editFollowUps", $user))

Wiedervorlagen anderer Nutzer

Nutzer
Auftrag
Notiz
Datum
Aktionen
@if(count($otherFollowUps)>0) @php $i = 0; @endphp @foreach($otherFollowUps as $followUp)@if($i >= 5) @endif @php $i++; @endphp @endforeach @else
Keine Wiedervorlagen hinterlegt.
@endif
@if(count($otherFollowUps) > 5) @endif
@endif
@include('layouts.overlay') @endsection