@extends('adminlte::page') @section('title', 'Tambah Sambutan') @section('content_header')

Tambah Sambutan

@stop @section('content')
@csrf
@error('kepala_sekolah') {{ $message }} @enderror
@error('ucapan_sambutan') {{ $message }} @enderror
@error('image') {{ $message }} @enderror
Jika diaktifkan, sambutan lain akan otomatis dinonaktifkan.
Kembali
@stop @section('js') @stop