You need to specify in your layout where you want the content to go with @yield('content').
Then in your view wrap your content with
@section('content')
<body>This is my body content.</body>
@stop
This can be found in the documentation: http://laravel.com/docs/templates
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community