@extends('_layouts.master') @section('article') {{$page->title }} {{ $page->description }} {{ $page->getDate()->format('M d, Y') }} @foreach ($page->tags as $tag) {{ $tag }} @endforeach @yield('content') @endsection
{{ $page->description }}