@if(Session::has('message'))
{{ __(Session::get('message')) }}
@endif @if(Session::has('success'))
{!! __(Session::get('success')) !!}
@endif @if(Session::has('successhtml'))
{!! __(Session::get('successhtml')) !!}
@endif @if(Session::has('error'))
{{ __(Session::get('error')) }}
@endif @if(Session::has('contacterror'))
{{ __(Session::get('contacterror')) }}
@endif @if(Session::has('forgoterror')) @endif @if(Session::has('forgot-error')) @endif @if(Session::has('alert-success')) @endif