@extends('front::layouts.master') @section('content')

{!! $page->title !!}

{!! $page->content !!}

@yield('content')
@endsection