@include('user.user_menu')

{!! Lang::get('core.notification')!!}

{!! Lang::get('core.n_msg')!!}

@if(Session::has('message')) {!! Session::get('message') !!} @endif {!! Form::open(array('url'=>'user/notification/', 'class'=>'form-horizontal')) !!}

{!! Lang::get('core.n_list')!!}:

{!! Form::close() !!}