@extends('emails.layout') @section('content')

{{ $type === 'welcome' ? "Welcome to " . config('app.name') . "!" : 'Your Password Reset' }}

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." }}

Login Credentials
Email Address {{ $email }}
Temporary Password {{ $password }}

Note: We recommend changing this password in your profile settings after you log in.

Log In to Your Dashboard
@endsection