@extends('adminlte::page') @section('title', 'Edit Glossary Category') @section('content')

Edit Glossary Category

@csrf @if(isset($glossaryCategory)) @method('PUT') @endif
@stop