@extends('layout.header') @section('title') Content Management @endsection @section('main')

Add New Content

@csrf
{!!html_entity_decode($DataForEdit->content)!!}
@stop