@extends(view_path('master')) @section('additional_head_tags') @endsection @section('body')

{{ $page->name }}

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