@if (Session::has('sm-error'))
@endif @if (Session::has('sm') )
@endif
@yield('main_content')
{{ Session::get('sm-error')}}
{{ Session::get('sm')}}