@component('mail::layout')
{{$emailData['title']}}
{{$emailData['subject']}}
{{$emailData['description']}}
{!!$emailData['comment']!!}
@if ($emailData['verify_url']) {{$emailData['verify_text']}} @endif

@slot('footer') @component('mail::footer') Copyright (c) {{date('Y')}} Kinetic Solutions. Kinetic Solutions is a registered trademark of Kinetic Software Limited. All rights reserved.Company No: 03169474. VAT No: GB716 1456 47. By using our services you acknowledge you agree with our Terms of Use and Privacy Policy @endcomponent @endslot @endcomponent