@extends('layouts.admin') @section('title') Rekap Klasikal | {{ $participant->name }} @endsection @section('customStyle') @endsection @section('content')
Rekap Klasikal | {{ $participant->name }}
Kembali
@foreach ($reports as $report) @endforeach
No Laporan Komentar Mentor Status Aksi
{{$loop->iteration}} {{$report->bulan_kla." ".$report->tahun_kla}} {{$report->komentar_kla}} @if ($report->status_kla == "0") @else @endif @if ($report->file_kla != "") file_kla)}}"> @endif @if ($report->status_kla == "0") @endif
@endsection @section('script') @endsection