@extends('adminlte::page') @section('title', 'Visi & Misi Sekolah') @section('content_header')

Edit Visi Misi Sekolah

@stop @section('content')
Edit data
@csrf @method('put')
@error('visi')
{{ $message }}
@enderror
@error('misi')
{{ $message }}
@enderror
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @stop