@yield('header')

@if(Session::has('message'))
{{Session::get('message')}}
@endif

@yield('content')