@extends('vendor.layouts.auth') @section('style') @endsection @section('content')

Create New Password

Your new password must be different from previously used passwords

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection