@extends('layouts.backBase') @section('css') {!! HTML::style('css/back_home.css') !!} @stop @section('body') {!! HTML::script('js/custom.js') !!} @stop @section('content') @stop @section('side-bar') @stop