@component('mail::message')
# Invoice Reminder
Dear {{$data['name']}}, this is to remind you that your invoice {{$data['id']}} dated {{$data['dated']}} is pending.
Please clear your due amount i.e ₹ {{$data['amount']}} before {{$data['due_date']}}.
Thanks,
{{ config('app.name') }}
@endcomponent