@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Member absence review')) @section('content_header')
{{ \Carbon\Carbon::parse($absence->created_at)->ago() }}
{{ $absence->start }} — {{ $absence->predicted_end }} {{ __('(:totalDays days)', ['totalDays' => $totalDays]) }}
@if($absence->available_assist == "1") {{ __('Available') }} @else {{ __('Not available') }} @endif{{ __('This indicates whether the requesting user will be able to respond to emails, DMs, etc, during their absence.') }}