@yield('content')
@extends('layouts.master') @section('main') @if (isset($header) and $header == 'large') @include('helpers.headers.large') @elseif (isset($header) and $header == 'chart') @include('helpers.headers.chart') @elseif (isset($header) and $header == 'call-to-action') @include('helpers.headers.call-to-action') @elseif (isset($header) and $header == 'simple') @include('helpers.headers.simple') @else @include('helpers.headers.standard') @endif