@yield('css')
@if (Session::has('success'))
Success!
{{ Session::get('success') }}
@endif @if (Session::has('error'))
Error!
{{ Session::get('error') }}
@endif @yield('content')
@yield('js')