{{date('d M, Y h:i A', strtotime($obj->created_at))}}
{{date('d M, Y h:i A', strtotime($obj->updated_at))}}
@if(!$obj->updated_user)
{{auth()->user()->name}}
@else
{{$obj->updated_user->name}}
@endif
@if(auth()->user()->can($permissions['edit']))
@endif
@if(auth()->user()->can($permissions['edit']))
@endif