@extends('layouts.app') @section('title', __('Impersonate')) @section('content')
@foreach ($other_users as $other_user) {{ csrf_field() }} @endforeach
@lang('ID') @lang('Name') @lang('Role')
{{ $other_user->id }} {{ $other_user->name }} {{ $other_user->role }}
@endsection