<html> <head> {!! HTML::style('css/app.css') !!} <title>{{$title}}</title> </head> <body> <h1>{{$title}}</h1> <div>{!!$description!!}</div> @if(isset($products)) @include('products/productList') @endif </body> </html>