@extends('layouts.guest') @section('page_title', 'Reset Password') @section('page_subtitle', 'Choose a new password for your account') @section('content')
@csrf
Back to login
@endsection