@if (Session::has('sm-error'))

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

{{ Session::get('sm')}}
@endif
@yield('main_content')