@extends('layouts.master') @section('title',$page->title) @section('content')

{{$page->title}}

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