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

Dear {{$data->name }},

We are excited to welcome you as a driver for {{ $data->company->name }}!

Your Account Details

Email: {{ $data->email }}

Password: {{ $data->default_password }}

Phone: +{{ $data->phone_code }} {{ $data->phone }}

To get started, please log in to your driver dashboard using the credentials above. We recommend changing your password after your first login.

@if(!empty($actionUrl))
{{ $actionText ?? 'Login to Driver App →' }}
@endif
@endsection