@extends('layouts.app') @section('title') Materi @endsection @section('content')
Tambah Data
@foreach ($matapelajarans as $item) @endforeach
# Nama Materi Action
{{ $loop->iteration }} {{ $item->nama }}
@csrf @method('DELETE')
@endsection @section('script') @endsection