@extends('layouts.portal')
@section('content')
You can submit a new request from the Settings Page.User LOA Requests
LOA Start Date: {{ $loa->start_date->format('m/d/Y') }}
LOA End Date: {{ $loa->end_date->format('m/d/Y') }}
Reason:
{{ $loa->reason }}
{{ $history->user->preferred_name }} @ {{ $history->created_at->format('m/d/Y H:i') }}
{{ $history->description }}
No History
@endforelse