@extends('layouts.app') @section('content')
Antragsart
@foreach($absenttypes as $absent) @endforeach
Grund Bezahlt Vom Mitarbeiter wählbar Aktion
{{$absent->reason->reason}} @if($absent->payed == 1) @endif @if($absent->userselectable == 1)@endif
@endsection