| Title | Changed At | Changes |
|---|---|---|
| @php ob_start(); @endphp @if(@count(@$history->changesArr) > 0) @if($history->last_action_admin_id) {!! $history->lastActionAdmin->name !!} has {!! strtolower($history->last_action) !!} {!! $history->user->name !!}'s profile @elseif($history->last_action_user_id != $history->user_id) {!! $history->lastActionUser->name !!} has {!! strtolower($history->last_action) !!} {!! $history->user->name !!}'s profile @else {!! $history->lastActionUser->name !!} has {!! strtolower($history->last_action) !!} their profile @endif @else @if($history->last_action_admin_id) {!! $history->lastActionAdmin->name !!} has {!! strtolower($history->last_action) !!} {!! $history->user->name !!} @elseif($history->last_action_user_id != $history->user_id) {!! $history->lastActionUser->name !!} has {!! strtolower($history->last_action) !!} {!! $history->user->name !!} @else {!! $history->lastActionUser->name !!} has {!! strtolower($history->last_action) !!} their profile @endif @if($history->last_action == "Created") 's profile @endif @endif @php $ctitle = ob_get_contents(); ob_end_clean(); @endphp {!! ($ctitle ?? "") !!} | {!! convertUtcToLocal($history->created_at,config('constants.DISPLAY_DATE_TIME_ZONE_FORMAT')) !!} | @if(@count(@$history->changesArr) > 0) @endif |
| No histories found! | ||