@extends('index') @section('content') @if (session('s_search_status'))

Keterangan

A: Sangat Baik B: Baik C: Cukup D: Kurang
{{-- @if (Auth::user()->getType() !== 6) @if (count($row)) --}} Edit Input Ekstrakulikuler {{-- @endif @endif --}}
@if (count($row)) @php $i = 1; @endphp @foreach ($row as $rows) @foreach ($rows->ExtracurricularUser as $eskul) @endforeach @php $i++; @endphp @endforeach
No Nama Siswa NIS Ekstrakulikuler
{{ $i }} {{ $rows->name }} {{ $rows->code }} {{ $eskul->Extracurricular->name }} : @if ($eskul->score == null) - @else {{ $eskul->score }} @endif
@else

Belum ada data nilai

@if (Auth::user()->getType() !== 6) Input Nilai @endif @endif
@endif @endsection @push('script') @endpush