@extends('includes.layouts.guest') @section('page-title') Reset Password @endsection @section('content')
@csrf
@error('password') {{$message}} @enderror
@error('password_confirmation') {{$message}} @enderror
@guest

Login

@endguest
@endsection