@extends('layouts.main')
@section('title')
{{ $title }} -
@endsection
@section('content')
@if(!empty($paketSoal))
# Detail Paket Soal
| Mata Pelajaran |
Kelompok Soal |
Jumlah |
|
@foreach($paketSoal->detail as $item)
| {{ $item->kelompok_soal->mata_pelajaran->nama }} |
{{ $item->kelompok_soal->nama }} |
|
|
@endforeach
@endif
@if(!empty($paketSoal))
@endif
@endsection
@php($targets = array(
['id' => 'mata_pelajaran_id', 'column' => 'id'],
['id' => 'mata_pelajaran', 'column' => 'nama'],
))
@include('pelajaran.mata_pelajaran._modal_search', ['targets' => $targets])
@push('scripts')
@endpush