@extends('layouts.default') @section('title') Kelas @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content')

@yield('title')

Tambah
@csrf
@error('suffix')
{{$message}}
@enderror
@error('guru_id')
{{$message}}
@enderror
@endsection