@extends('layouts.main') @section('title', 'Reset Password - Rei Cosrent') @section('styles') @endsection @section('content')

Reset Password

Buat password baru untuk akun Anda

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Kembali ke Login

@endsection @section('scripts') @endsection