@extends('layouts.adminloginlayout') @section('content')

Recover Password!

Create new password for account.

@include('admin.partials.flash_messages')
{{ csrf_field() }}
Password must be minimum 8 characters long.
Password should contain at least one capital letter (A-Z), one small letter (a-z), one number (0-9) and one special character (!@#$%^&*).
@endsection