@stack('styles')
@auth @endauth
PL
PES 2026 League
Competitive PES 2026 PS2
@guest @endguest
@auth @else Login with Discord @endauth
@auth @include('layouts.sidebar') @endauth
@php $viewErrors = isset($errors) ? $errors : new \Illuminate\Support\MessageBag(); @endphp @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($viewErrors->any())
Mohon perbaiki kesalahan berikut:
    @foreach ($viewErrors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{ $slot }}
@auth {{-- ── Mobile Bottom Navigation ── --}} @endauth @stack('scripts')