@component('shop::emails.layout')

@lang('admin::app.emails.dear', ['admin_name' => core()->getAdminEmailDetails()['name']]),👋

{{ $data['message'] }}

Reseller Info are following:
Name: {{ $data['name'] }}
@if($data['email']) Email: {{ $data['email'] }}
@endif @if($data['contact']) Contact No: {{ $data['contact'] }} @endif

@endcomponent