@extends('master') @section('title') Home @stop @section('styles') @stop @section('content') @include('partials.nav')

@include('partials.footer') @stop