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

{{__("Add new")}}

@if($errors->has('date'))
@endif
@if($errors->has('date'))
@endif {{--
--}} @if(!$isColumnLeader) @if($errors->has('leader'))
@endif
@if($errors->has('leader'))
@endif @endif @if($errors->has('area'))
@endif
@if($errors->has('area'))
@endif
@if($errors->has('number_of_workers'))
@endif
@if($errors->has('number_of_workers'))
@endif @if($errors->has('work_start'))
@endif
@if($errors->has('work_start')) @endif
@if($errors->has('work_start'))
@endif @if($errors->has('work_end'))
@endif
@if($errors->has('work_end')) @endif
@if($errors->has('work_end'))
@endif
@if($errors->has('pause')) @endif
@if($errors->has('street'))
@endif
@if($errors->has('street'))
@endif @if($errors->has('cluster'))
@endif
@if($errors->has('cluster'))
@endif @if($errors->has('pan'))
@endif
@if($errors->has('pan'))
@endif
@if($errors->has('provider'))
@endif
@if($errors->has('provider'))
@endif
@if($errors->has('polish_date')) @endif
@if($isSuperAdmin)
@endif
@endsection