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

Edit Glossary

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