GitHunt
LA

laravelmail/user-agreement

Professional User Agreement Template for Technology Industry... | View more at LaravelMail.com

User Agreement

Professional User Agreement Template for Technology Industry

Thumbnail

Template Details

  • Industries: Technology
  • Message Type: Transactional
  • Tags: user agreement, legal compliance

Files

  • index.html: The improved, localized, and branded HTML template.
  • template.blade.php: Ready-to-use Laravel Blade template with asset() helpers.
  • assets/: Directory containing localized images and styles used in the template.

Usage in Laravel

1. Store the Template

Place the index.html content in a Blade view (e.g., resources/views/emails/user-agreement.blade.php).

2. Handle Assets

Move the content of assets/ to your public directory (e.g., public/vendor/mail-templates/user-agreement/) and update the paths in the HTML to use the asset() helper.

3. Send Email

Mail::to($user)->send(new \App\Mail\GenericEmail([
    'view' => 'emails.user-agreement',
    'data' => [
        // Your dynamic data here
    ]
]));

Created with ❤️ by LaravelMail.com - Your source for professional email templates.

Languages

Blade50.5%HTML48.5%CSS0.9%

Contributors

Created February 5, 2026
Updated February 15, 2026