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

Add Glossary Category

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