@extends('layouts.master') @section('master_content') @include('layouts.header') @yield('_content') @include('layouts.footer') @stop