@extends('layouts.default') @section('title') Materi Pokok {{$kd->nama}} @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content')
Tambah
@csrf
@push('after-style') @endpush
:
@push('after-script') @endpush
@error('link')
{{$message}}
@enderror
@endsection