@if (Session::has('error_msg'))
{{Session::get("error_msg")}}
@endif
@if (Session::has('msg'))
{{Session::get("msg")}}
@endif
@if(Session::has('customer_id'))
@else
{{Form::open(array('url'=>Fnx::baseUrlLang($lang->id).'/shop/processrestore'))}}
{{Form::close()}}
@endif