@extends('layout') @section('content')

Association Of Voluntary Blood Donors West Bengal

AVBD

Forget Password

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ Form::open(['url' => url('/forget-password'), 'method' => 'POST', 'id' => 'forpasswordsave', 'class' => 'forget-password-form']) }}
{{ Form::close() }}
Back to  Sign In
@endsection