@extends('beautymail::templates.sunny') @section('content') @include ('beautymail::templates.sunny.heading' , [ 'heading' => __('Subscription Cancelled'), 'level' => 'h2', ]) @include('beautymail::templates.sunny.contentStart')
{{ __('Hello ') }}
{{ ucfirst($user->name) }},
{{ __('You have cancelled your subscription.') }}
{{ __('Some features and services may not be accessible. Login into your account to learn more.') }}
{{ __('Thanks') }},
{{ config('app.name') }}