@extends('front.layout.app') @section('content')

{{$page->title}}

{!! $page->content !!}
@endsection