@extends('layouts.master', [ 'title' => $page->title . ' - ' . config('app.name'), ]) @section('content')

{{ $page->title }}

{!! $page->content !!}
@push('styles') @endpush @endsection