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

Form Tambah Sambutan

@stop @section('content')
Tambah data
@csrf
@error('kepala_sekolah')
{{ $message }}
@enderror
@error('ucapan_sambutan')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop