@extends('layouts.master') @section('head') @include('layouts.header') @stop @section('top-nav') @include('layouts.top-nav') @stop @section('footerSection') @include('layouts.footer-section') @stop @section('footer') @include('layouts.footer') @stop