@extends('simaju.layouts.main') @section('title','Admin UTBK') @section('content')

Manajemen UTBK

@if(session('success'))
{{session('success')}}
@endif Tambah Soal Import Word Import Excel

Daftar Soal

@foreach($soal as $item) @endforeach
Kategori Pertanyaan Aksi
{{$item->kategori}} {{Str::limit($item->pertanyaan,60)}}
@csrf @method('DELETE')
@endsection