@if(Session::has('error')) @if(Session::has('data')) @if(Session::get('data') == 'checkerror')
@endif @else
{{{ Session::get('error') }}}
@endif @endif @endif @if(Session::has('notice'))
{{ Session::get('notice') }}
@endif @if(Session::has('success')) @if(Session::has('data')) @if(Session::get('data') == 'Check')
@endif @else
{{ Session::get('success') }}
@endif @endif