@extends('layouts.default') @section('title') Kompetensi Dasar {{$dataajar->mapel->nama}} - {{$dataajar->kelas->tingkatan}} {{$dataajar->kelas->jurusan}} {{$dataajar->kelas->suffix}} @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content')

@yield('title')

Tambah
@csrf
@push('before-script') @endpush
3.
@error('kode')
{{$message}}
@enderror
@push('after-style') @endpush
:
@push('after-script') @endpush
@endsection