@extends('layouts.admin') @section('title', __('admin.nav.player_profiles')) @section('content')
| Profile | User | Completion | Visibility |
|---|---|---|---|
| {{ $profile->display_name }} | {{ $profile->user?->username }} | {{ $profile->profile_completion_percentage ?? 0 }}% | {{ $profile->profile_visibility?->label() ?? '—' }} |
| {{ __('admin.empty.no_results') }} | |||