From e58f1996f5779c6117e251546b49a9ec0f38c038 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 16 Nov 2014 23:44:18 +0000 Subject: [PATCH] Include Bootstrap within the views, make it a bit nicer --- app/views/layout/master.blade.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/views/layout/master.blade.php b/app/views/layout/master.blade.php index 39731541..81f796c1 100644 --- a/app/views/layout/master.blade.php +++ b/app/views/layout/master.blade.php @@ -1,10 +1,19 @@ + + Cachet + + + + + + - @section('content') - @show +
+ @yield('content') +