@can('edit user role')

{{__('UPDATE ROLE')}}

{!! Form::open(['url' => route('profile.settings.update-role', ['user' => $user->name]), 'class' => 'form form-horizontal', 'method' => 'POST']) !!}
{!! Form::label('role', 'ROLE', ['class' => 'col-md-3 text-bold-600']) !!}
{!! Form::select('role[]', \App\Models\Role::all()->pluck('name', 'name'), $user->getRoleNames(), ['multiple' => true, 'is' => 'select2', 'html-class' => 'form-control']) !!} {{__('Please exercise CAUTION while making changes to the user role. You will only be allowed to update user role if the priority of their current role is less than yours.')}}
{!! Form::close() !!}
@endif

{{__('MODERATION ACTIVITIES')}}

{{__('Moderator')}} {{__('Activity')}} {{__('Comment')}} {{__('Date')}}
{{__('Moderator')}} {{__('Activity')}} {{__('Comment')}} {{__('Date')}}