@extends('themes.default1.layouts.login') @section('body') @if(Session::has('status'))
{!! Lang::get('lang.success') !!} {{Session::get('status')}}
@endif @if (count($errors) > 0)
{!! Lang::get('lang.alert') !!} ! @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @if(Auth::user()) @else {!! Lang::get('lang.register') !!} @endif
    Fatal error: Uncaught Error: Class "App\Model\helpdesk\Settings\System" not found in /home/varpatev6/public_html/gestionintegral/resources/views/auth/reset.blade.php:35 Stack trace: #0 {main} thrown in /home/varpatev6/public_html/gestionintegral/resources/views/auth/reset.blade.php on line 35