PHP Classes

File: src/stubs/cms/core/newsletter/resources/views/mail/subscription.blade.php

Recommend this page to a friend!
  Classes of Shun Ram   Laravel Admin   src/stubs/cms/core/newsletter/resources/views/mail/subscription.blade.php   Download  
File: src/stubs/cms/core/newsletter/resources/views/mail/subscription.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Admin
Manage users and the site content they publish
Author: By
Last change:
Date: 1 year ago
Size: 509 bytes
 

Contents

Class file image Download
@component('layout::mail.master')
    @slot('message')
       You have subscribed to <a href="{{url('/')}}"><b>{!! isset(Configurations::getConfig('site')->site_name) ? Configurations::getConfig('site')->site_name : '' !!}</b></a>
        <br>If you don't want to receive our latest news,unsubscribe below
        @component('mail::button', ['url' => url('/remove-subscriber?address='.md5($mail[0]['address'])),'color'=>'red'])
            Un subscribe
        @endcomponent
    @endslot
@endcomponent