@extends('admin.layouts.grid') @section('section', translate('Users')) @section('title', translate(':name Actions', ['name' => $user->getName()])) @section('back', route('admin.members.users.index')) @section('content') @include('admin.members.users.includes.elements')
@include('admin.members.users.includes.sidebar')
{{ translate('Actions') }}
@csrf
isActive() ? 'checked' : '' }}>
isKycVerified() ? 'checked' : '' }}>
isEmailVerified() ? 'checked' : '' }}>
has2fa() ? 'checked' : '' }}>
@endsection