@extends('layouts.master-without-nav') @section('title') @lang('translation.Recover_Password') @endsection @section('body') @endsection @section('content')
@lang('translation.Recover_Password')
@if (session('success')) @endif @if (session('error')) @endif
@csrf
Please Enter Username

© Created by UKM

@endsection @section('script') @endsection