@extends('layouts.auth') @section('title', __('Reset your password')) @section('heading', __('Reset your password')) @section('intro', __('Tell us the address on your account and we will send a reset link.')) @section('form')
@csrf @endsection @section('footer') {{ __('Back to sign in') }} @endsection