@lang('labels.history')

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