@lang('labels.history')

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