1 2 3 4 5 6
@extends('_layouts.master') @section('article') <h1>{{ $page->title }}</h1> @yield('content') @endsection