@extends('auth.layout') @section('title', 'Lupa Password - Tokoku') @section('content')

Lupa Password

@if(session()->has('status')) @endif
@csrf
@if ($errors->has('email'))

{{ucfirst($errors->first('email'))}}

@endif
Kembali Login
@endsection