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

Add Glossary

@csrf @if(isset($glossary)) @method('PUT') @endif
@section('js') @stop @stop