@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => $title])
@include('components.alert')
@csrf @method('PUT')

{{ $title }}

Class Incharge Association Information

@include('layouts.footers.auth.footer')
@endsection