@extends('emails.layout') @section('content')
Hi {{ $name }},
{{ $type === 'welcome' ? "Thanks for booking with us! We've created an account for you so you can manage your bookings, message hosts, and download invoices easily." : "We've reset your password as requested. You can now use the credentials below to access your account." }}
| Email Address | {{ $email }} |
| Temporary Password | {{ $password }} |
Note: We recommend changing this password in your profile settings after you log in.
@endsection