{{-- resources/views/admin/athletes/create.blade.php --}} @extends('admin.layouts.app') @section('content')
Profile Photo

Tambah Atlet Baru

Silakan lengkapi data diri atlet di bawah ini.

Form Identitas & Kategori
@csrf

@php $ages = ['U-16', 'U-18', 'U-20', 'Elite', 'Master']; @endphp @foreach($ages as $age) @endforeach

@foreach($disciplines->groupBy('competition_category_id') as $catId => $catDisciplines) @php $category = $catDisciplines->first()->category; if(!$category) continue; @endphp
@endforeach
@endsection @push('scripts') @endpush