@extends('employee.app') @section('title', __('employeeAffairs.add_absence')) @section('content') @include('components.errors')
@if ($isLarger)
@lang('employeeAffairs.absenceLarger')
@endif
@lang('employeeAffairs.add_absence') ({{ $employee->fullName() }})
@csrf {{-- row 1 --}}
{{-- row 2 --}}
{{-- row 3 --}}
@lang('employeeAffairs.back')
@endsection