Viewing File: /home/ubuntu/vedadeals-backend-base/resources/views/emails/users/footer.blade.php

<tr>
    <td style="padding: 15px 24px 20px; color: #8492a6;text-align: center;line-height:20px;">
        {{tr('welcome_email_footer_content', Setting::get('site_name'))}}
    </td>
</tr>
<td style="padding: 0px 24px 20px;width:50%;" align="center">
    <table role="presentation" style="border-collapse:collapse;border:0;border-spacing:0;">
        <tr>
            @if(Setting::get('facebook_link'))
                <td style="padding:0 0 0 0px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('facebook_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/fb.png') }}" alt="Facebook" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('instagram_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('instagram_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/insta.png') }}" alt="Instagram" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('twitter_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('twitter_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/twitter.png') }}" alt="Twitter" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('linkedin_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('linkedin_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/linkedin.png') }}" alt="LinkedIn" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('youtube_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('youtube_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/youtube.png') }}" alt="YouTube" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('twitch_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('twitch_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/twitch.png') }}" alt="Twitch" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('snapchat_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('snapchat_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/snap-chat.png') }}" alt="SnapChat" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
            @if(Setting::get('pinterest_link'))
                <td style="padding:0 0 0 10px;width:38px;" rel="noopener" target="_blank">
                    <a href="{{ Setting::get('pinterest_link') }}" style="color:#ffffff;">
                        <img src="{{ asset('images/email/pinterest.png') }}" alt="Pintrest" width="38" style="height:auto;display:block;border:0;" />
                    </a>
                </td>
            @endif
        </tr>
    </table>
</td>
<tr>
    <td style="padding: 16px 8px; color: #8492a6;font-family:'Poppins', sans-serif; background-color: #f8f9fc; text-align: center;font-size: 14px; font-weight: 500; background: #f5f5f5;">
        {{ Setting::get('site_name') }}, Inc. {{ Setting::get('contact_mobile') }}. {{ Setting::get('contact_address') }}
    </td>
</tr>
<tr>
    <td style="padding: 16px 8px; color: #8492a6;font-family:'Poppins', sans-serif; background-color: #f8f9fc; text-align: center;font-size: 14px; font-weight: 500; background: #f5f5f5;">
        {{ Setting::get('copyright_content') }}
    </td>
</tr>
<tr>
    <td
        style="padding: 16px 8px; color: #8492a6;background-color: #fff; text-align: center;font-size: 14px; font-weight: 500; background: #f5f5f5;">
        If these emails get annoying, please feel free to 
        <a href="" style="text-decoration: none; color:#3fa12e ;">Unsubscribe</a>
    </td>
</tr>
Back to Directory File Manager