@extends('frontend.email.email-master') @section('content')
{{__('Hi')}} {{ucwords($details['name']) }},
{{__('This is an e-mail from')}} {{ config('app.name') }}.
{{-- Content Start --}}{{__('You have successfully redeemed code')}}.
{{__('Name of redeem')}} : {{$details['name']}}
{{__('Gift price')}} : {{$details['price']}}
{{__('Redeemed date')}} : {{dateCustom($details['redeemed_date'])}}
{{-- Content End --}}{{__("If you don’t recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection