@extends('base') @section('header') @include('components.get.admin.header') @endsection @section('title') Администратор @endsection @section('content')
{{ $convinfo->nickname }}
{{ $stats['country'] ?? null }}, {{ $stats['regionName'] ?? null}}, {{ $stats['city'] ?? null}} [?]

{{ $convinfo->nickname }}

{{ $convinfo->leaderships }}

{{ $convinfo->social }}

{{ $convinfo->forum_link }}

{{ $convinfo->about }}

{{ $convinfo->real_name }}

@foreach($replogs as $replog)

{{ $replog ?? null }}

@endforeach
@foreach ($suplogs as $suplog)

{{ $suplog ?? null }}

@endforeach
@foreach($warns as $warn)

{{ $warn ?? [] }}

@endforeach
@foreach($kicks as $kick)

{{ $kick ?? [] }}

@endforeach
@foreach($bans as $ban)

{{ $ban ?? [] }}

@endforeach
@endsection