@lang('labels.history')

@isset($history) @foreach($history as $h) @if ($h->action == 'REJECTED') @endif @if ($h->action == 'CANCELED') @endif @if ($h->action == 'OPEN') @endif @endforeach @endisset
@lang('labels.last_updated_at') User/Role @lang('labels.action')
@time($h->action_date) @isset($h->user->email) {{ $h->user->email }} @endisset({{ $h->role->name }}) {{ $h->action }}
Comments: {{ $h->comments }}
Cancel Reason: {{ $h->comments }}
Restore Reason: {{ $h->comments }}