{{---- resources/views/admin/prestasi-sekolah/edit.blade.php ----}} @extends('layouts.admin') @section('title', 'Pengaturan Halaman Prestasi') @push('styles') @endpush @section('content')

Pengaturan Halaman Prestasi

Kelola judul dan deskripsi pengantar untuk halaman prestasi.
@method('PUT') @csrf
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush