@extends('frontend.email.email-master') @section('content')
{{__('Hi')}} {{ucwords($details['name']) }},
{{__('This is an e-mail from')}} {{ config('app.name') }}.
{{-- Content Start --}}{{__('Thank you for purchasing Plastic Neutrality Package and becoming one step closer to being Plastic Neutral')}}.
{{__('You can view your Transaction and Gift code history from Purchase Menu')}}
{{__('Thank you for your support and commitment to becoming Plastic Neutral')}}.
{{-- Content End --}}{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection