@extends('layouts.auth') @section('title', 'Reset Password') @section('content')
@csrf
Password Reset Go ahead to reset your password
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@endsection @section('plugin-scripts') @endsection @section('page-script') @endsection