Success! {{ Session::get('success') }}
@elseif(Session::has('error'))
Failed! {{ Session::get('error') }}
@endif
@yield('content')
@yield('page-css')