@extends('layouts.staff')
@section('content')
View LOA for {{ $loa->user->preferred_name }}
{{ $loa->start_date->format('m/d/Y') }}
{{ $loa->end_date->format('m/d/Y') }}
{{ $loa->reason }}
You have no options here.
@endswitch @endcan @cannot('loa_manage')You do not have permission to action applications.
@endcannotActioned by: {{ $history->user->preferred_name }} at {{ $history->created_at->format('m/d/Y H:i:s') }}
{{ $history->description }}