@extends('layouts.auth') @section('title') Login @endsection @section('content')
{{-- --}}

Reset Password

Enter account details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }}
@

Sign up

Don't have an account yet? Sign up to get started!

Sign up here
@endsection