@extends('layout.default') @section('page') @include('partial.header') @yield('content') @include('partial.footer') @endsection