@extends('template.master') @section('page_styles') {{--CUSTOM STYLES HERE--}} @stop @section('content')
@foreach($widgets as $widget)
{{$widget}}
@endforeach
@stop @section('page_modals') @stop @section('page_scripts') @stop