Laravel pad signature is an awesome Laravel package that helps you to sign documents and optionally generate certified PDFs associated with an Eloquent model. Laravel pad signature requires PHP 8.0 or 8.1 and Laravel 8 or 9. You can install the package via composer: composer require creagia/laravel-sign-pad
At this point, all you need is to create the form with the sign pad canvas in your template.
When the variable certify_documents is set to true, the package will search the file allocated in the certificate_file path to sign the documents.