@if(get_setting('header_logo')) Verity TV @else Verity TV @endif

Reset your password

{{csrf_field()}}
@if(\Session::has('error'))
  • {!! \Session::get('error') !!}
  • @endif @if(\Session::has('success'))
  • {!! \Session::get('success') !!}
  • @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    Back to home