@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title') Glossary Create Home Glossary Create @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Back @csrf Basic Settings SEO {{--Basic Settings--}} Name Details Thumbnail (If any) Category {{-- --}} Select Category @foreach ($categories as $category) {{$category->category_name}} @endforeach Related {{-- --}} Select glossary @foreach ($glossaries as $glossary) {{$glossary->name}} @endforeach Slug Status Select Status Active Inactive Meta Title Meta Keyword Meta Description Submit @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {{--{!! Html::script('assets/admin/plugins/treeview/treeview.js') !!}--}} {{-- --}} @endsection