@extends('layouts.main')
@section('title', 'Reset Password - Rei Cosrent')
@section('styles')
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection