@extends('layouts.app') @section('content')
Anträge
@foreach($absents as $absent) accepted != 1)style="color: orange"@elseif($absent->accepted == 1)style="color: green"@elseif($absent->accepted == -1)style="color: red"@endif> @endforeach
Grund Von Bis Aktion
{{$absent->reason}} {{$absent->absent_date_from}} {{$absent->absent_date_to}} @if($absent->accepted != 1) Bestätigung ausstehend @endif
@endsection