@extends('auth.layout.app') @section('page_title', 'Reset Password') @section('page_content')
@csrf
{{ __('Reset Password') }}
{{ __('Please confirm your password before continuing.') }}
@if (session('status')) @endif @if ($errors->any())
@foreach ($errors->all() as $error) Oh snap! {{ $error }} @endforeach
@endif
@endsection