@extends('layouts.cbt') @section('page-title', 'Bank Soal') @section('sidebar')@include('components.guru-sidebar')@endsection @section('content')
+ Buat Bank Soal
@foreach($banks as $bank)

{{ $bank->title }}

@if($bank->is_shared)Shared@endif

{{ $bank->subject->name }} • Kelas {{ $bank->grade }}

{{ $bank->questions_count }} soal

Kelola
@endforeach
{{ $banks->links() }} @endsection