@extends('admin.sidebar') @section('content') {{-- TABLE --}}
Hasil Tes Atlet
@include('message')
@foreach ($atlit as $item) @endforeach
Photo Atlet Nama Atlet Hasil Tes Action
profile image {{ $item->nama_lengkap }} @if ($item->hasil_tes == '') Hasil Tes Belum Diberikan @else Download Hasil Test @endif
{{-- TABLE --}} {{-- Modal STORE Sertifikat||START|| {{-- Modal STORE Sertifikat||END|| --}} {{-- Modal UPDATE Sertifikat||START|| --}} --}} {{-- Modal UPDATE Sertifikat||END|| --}} {{-- Modal DESTROY sertifikatpelatih||START|| --}} {{-- --}} {{-- Modal DESTROY sertifikatpelatih||END|| --}} {{-- script --}} @push('script-modal') @endpush {{-- script --}} @endsection