@extends('layouts.auth') @section('content')
users view avatar

Forget Password

Please enter your email

@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif @if (session()->has('message'))
{{ session()->get('message') }}
@endif

Operation and Maintenance by cns_logo
{!! csrf_field() !!}
@endsection @section('footer-script') @endsection