@extends('layouts.master') @section('content')
@lang('descriptions.vak.overview')
@csrf
@if(Session::has('error'))
{{ Session::get('error') }}
@endif @if ($errors->has('date') || $errors->has('end_date'))
Fehler:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
today
-
today
@endsection @section('back_button') Zurück @endsection