@extends('layouts/base') @section('title') {{ $page->title }} | @endsection @section('styles') @endsection @section('content')
{!! $page->content !!}
@endsection @section('scripts') @endsection