@extends('layout.app') @section('title', 'Materi') @section('content')
Daftar Materi Pelajaran
@foreach ($materi as $m) @endforeach
# Judul Materi Lampiran Materi Keterangan Mapel Aksi
{{ $loop->iteration }} {{ $m->judul_materi }} Unduh File {{ $m->keterangan }} {{ $m->mata_pelajaran->nama_mapel }}
@csrf @method('DELETE')
@if (session('success')) @endif @if ($errors->any()) @endif @endsection @push('css') @endpush @push('js') @endpush