@extends('_layouts.master') @section('meta') @endsection @section('body')

{{ $page->title }}

@if($page->description)
{{ $page->description }}
@endif @yield('content')
@endsection