@extends('admin.templates.layout') @section('head') @endsection @section('content')
@csrf
{{ $page_heading }}
{!! $description !!}
@if($image_url)
Category Image
@endif
@if($icon_url)
Category Icon
@endif
Options
@stop @section('script') @stop