@extends('frontend.layout.front') @section('content')
{{ $page->title }}

{!! html_entity_decode($page->content) !!}

@endsection