@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Member absence request')) @section('content_header')

{{__('Human Resources')}} / {{ __('Staff') }} / {{__('Absence request')}}

@stop @section('js') @stop @section('content')
@csrf

{{ __('Leave of absence') }}

@if ($activeRequest) {{ __('Sorry, but you already have an active leave of absence request. Please cancel (or let expire) your previous request before attempting to make a new one.') }} @endif

{{ __('A leave of absence allows you to step away from your duties for a period of time. To request one, simply fill the form to your left, and enter the reason for which you\'re stepping away. You will also need to specify when you will be unavailable, and when you predict to be back.') }}

{{ __('You will also need to agree to the terms of a LOA. Additionally, you may also specify whether you\'ll be available to chat occasionally during your absence, but not perform your full duties.') }}

{{ __('You may only have one active request at the same time, which will have to be either approved or declined by the admins. Please keep in mind that you will not be able to delete any of your requests.') }}

@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop