@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Add new')}}

@if($errors->has('worker_ids')) @endif
{{__("to")}}
@if($errors->has('start')) @endif @if($errors->has('end')) @endif
{{__('Use a period, pasted dates, or both. Separate dates with spaces, commas, semicolons or new lines.')}} @if($errors->has('dates')) @endif
@endsection