@extends('layouts.base', ['title' => 'Forgot Password']) @section('content')
dark logo logo

Forgot Password ? | IN+

Enter your email address and we'll send you a link to reset your password.

@csrf
@if ($errors->get('email'))
    @foreach ((array) $errors->get('email') as $message)
  • {{ $message }}
  • @endforeach
@endif

Return to Sign in

© 2014 - INSPINIA — by WebAppLayers

@endsection @section('scripts') @endsection