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

{{$page->name}}

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