@extends('admin.templates.layout') @section('head') @endsection @section('content')
@csrf
{{ $page_heading }}
/
Leave empty to auto-generate from title
{!! $description !!}
Options
@stop @section('script') @stop