@include('navigation') @if(Session::has('global'))

{{Session::get('global')}}

@endif @section('content') This is the home. @show