@extends('emails.layouts.layout')
@section('content')
| Hello {{ $details->username }}, |
| Welcome to {{ config('app.name') }}, |
| Pin Number |
Amount |
| 123456 |
50 |
|
You can always contact us and if we don’t respond immediately we’ll be back to you within 24 hours.
|
| The {{ config('app.name') }} Support Team |
|
{{env('SUPPORT_EMAIL')}}
|
|
@endsection