GitHunt
LA

laravelmail/flight-details

Professional email template for confirming flight details in the Travel & Tourism industry.... | View more at LaravelMail.com

Flight Details

Professional email template for confirming flight details in the Travel & Tourism industry.

Thumbnail

Template Details

  • Industries: Travel & Tourism
  • Message Type: Transactional
  • Tags: confirmation, flight details

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/flight-details.blade.php).

2. Handle Assets

Move the content of assets/ to your public directory (e.g., public/vendor/mail-templates/flight-details/) 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.flight-details',
    'data' => [
        // Your dynamic data here
    ]
]));

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

Languages

Blade50.1%HTML49.1%CSS0.8%

Contributors

Created February 4, 2026
Updated February 15, 2026
laravelmail/flight-details | GitHunt