@extends('emails.layouts.app') @section('content')

Dear {{ $details['data']['record_data']['name']??'' }},

{{ $details['data']['message']??'' }}

Your account following details:

Software Link {{ route('salesmenlogin') }}
Email {{ $details['data']['record_data']['email'] }}
Password {{ $details['data']['record_data']['password'] }}

If you have any questions, feel free to contact us.

@endsection