@extends('admin.layouts.app') @section('content')

Data Mapel

View and manage your subjects

@foreach ($mapels as $i => $mapel) @endforeach
No Nama Mapel Deskripsi Action
{{ $i + 1 }} {{ $mapel->nama }} {{ $mapel->deskripsi ?? 'No description available' }}
@csrf @method('DELETE')
@endsection