@extends('layouts.app-super-user') @section('content')
| {{ __('all.nombre') }} | {{ __('all.grupo') }} | {{ __('all.subgrupo') }} |
|---|---|---|
| @if($player->first_name || $player->last_name) {{ $player->first_name ?? '' }} {{ $player->last_name ?? '' }} @else {{ __('all.sin_nombre') }} @endif | {{ $player->group ?? __('all.sin_grupo') }} | {{ $player->subgroup ?? __('all.sin_subgrupo') }} |
| {{ __('all.no_hay_jugadores') }} | ||