@extends('admin.sidebar') @section('content') {{-- TABLE --}}

Data Atlet Akademi

@include('message')
Tambahkan Atlet
@csrf
@csrf
nama)) value="{{ $request->nama }}" @endif>
@foreach ($atlit as $item) @foreach ($item->sertifikatAtlit as $item) @endforeach @endforeach
Photo Nama Cabang Olahraga Hasil Tes Status Akademi Action Berkas Kejuaraan Action
profile image {{ $item->nama_lengkap }} {{ $item->cabor }} @if ($item->hasil_tes == '') Hasil Tes Belum Diberikan @else Download Hasil Test @endif
@if (isset($item->ppa)) PPA @endif
{{ $item->nama_kejuaraan }} Download
{{ $atlit->links('pagination::bootstrap-4') }}
{{-- TABLE --}} {{-- Modal STORE||START|| --}} {{-- --}} {{-- Modal STORE||END|| --}} {{-- Modal UPDATE||START|| --}} {{-- --}} {{-- Modal UPDATE||END|| --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} {{-- Modal STORE Sertifikat||START|| --}} {{-- Modal STORE Sertifikat||END|| --}} {{-- Modal UPDATE Sertifikat||START|| --}} {{-- Modal UPDATE Sertifikat||END|| --}} {{-- Modal DESTROY sertifikatAtlit||START|| --}} {{-- Modal DESTROY sertifikatAtlit||END|| --}} {{-- Modal UPDATE||START|| --}} {{-- Modal UPDATE||END|| --}} {{-- script --}} @push('script-modal') @endpush {{-- script --}} @endsection