@extends('layouts.admin.app') @section('content')
Edit Materi
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection