@extends('front::layouts.master', ['title' => $page->title]) @push('meta') @endpush @section('content') {{ $page->title }} {!! $page->content !!} @endsection