@extends('adminlte::page') @section('title', 'Edit Classroom Guidance') @section('content_header')

Edit Classroom Guidance

@stop @section('content')
@csrf @method('PUT')
@error('class_id') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
Cancel
@stop