@extends('auth.layouts.app') @section('title', 'Forgot Password') @section('content-section')
Tabler
{{-- {{ csrf_field() }} --}} @csrf

Forgot password

Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.

@if (session('status'))
{{ session('status') }}
@endif
@error('email')
{{ $message }}
@enderror
Forget it, send me back to the sign in screen.
@endsection @section('scripts') @endsection