diff --git a/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php b/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php index acc8d9acc..2a79ab547 100644 --- a/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php +++ b/resources/views/themes/default1/client/helpdesk/guest-user/index.blade.php @@ -22,7 +22,7 @@ @stop @section('content') -@if(!Session::has('error')) +@if(!Session::has('error') && count($errors)>0)