@extends('admin.templates.layout') @section('head') @endsection @section('content')
@csrf
{{ $page_heading }}
{!! $description !!}
Publish
Icon Image
@if(!empty($icon_image_url)) Preview @else Preview @endif
@stop @section('script') @stop