@extends('_layouts.master') @section('article')

{{$page->title }}

{{ $page->description }}

@yield('content') @endsection