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

{{ $page->title }}

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