@extends('layouts.frontend') @section('title', $page->title . ' - ' . config('app.name', 'SnapNest')) @section('content')

{{ $page->title }}

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