@component('mail::message')
@if(!empty($customer->image) && \Storage::disk('users')->exists($customer->id.'/'.$customer->image))
@endif
Hello {{ $customer->name }},
Welcome to {{ config('app.name') }}. You are successfully registered as Customer with {{ env('APP_NAME') }}.
Below are the details of your accountName : {{ $customer->name }}
Email : {{ $customer->email }}
Password : {{ $customer->visiblePassword }}
Phone : {{ $customer->phone }}
Thanks,