@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
Generate Contents

@csrf
@if ($content)
Generated Content

{!! $content !!}
@endif
@include('backend.partial.dashboard_footer') @endsection @section('script') @endsection