@component('mail::message') # Package Purchase Request Hello {{ $package->user_name }},

Your package {{ $package->package_name }} is going to expire on {{ date('m/d/Y h:i A',strtotime($package->end_date)) }}. Purchase your new package before 10 days of expiry to continue of using {{ config('app.name') }} features.

Package Details

Package Name : {{ $package->package_name }}

Amount : {{ Config::get('custom.currency').$package->price }}

Validity : {{ $package->number_of_years.' Year'.($package->number_of_years > 1 ? 's' : '' ) }}

Start Date : {{ date('m/d/Y h:i A',strtotime($package->start_date)) }}

End Date : {{ date('m/d/Y h:i A',strtotime($package->end_date)) }}

Status : {{ $package->status }}

Thanks,
{{ config('app.name') }} @endcomponent