Promote User to Admin

@if(session('admin_success'))
verified_user{{ session('admin_success') }}
@endif @if($errors->any())
error
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
supervisor_account Enter the Telegram ID of the user you want to make an admin.