@extends('admin.layout.layout') @section('title', 'Data Detail Siswa ' . $siswa->name) @section('title-bar', 'Data Detail Siswa ' . $siswa->name) @section('content')

Data Detail Siswa

@if($errors->any())
@foreach($errors->all() as $error)
  • {{ $nomer++ }}. {{ $error }}
  • @endforeach
    @endif
    @foreach ($detail_siswa as $data ) {{-- edit --}} {{-- edit --}} @endforeach
    No Kriteria Nilai Nilai Kepentingan Action
    {{ $loop->iteration }} {{ $data->kriteria->name }} @if ($data->nilai == '0') - @else {{ $data->nilai }} @endif {{ $data->nilaiKepentingan->name }}
    @endsection @section('script') @if(Session::get('store')) @endif @if(Session::get('sudahada')) @endif @if(Session::get('update')) @endif @if(Session::get('destroy')) @endif @endsection