@extends('frontend.email.email-master') @section('content')
{{ __('Hi') }} {{ ucwords($details['sender_name']) }},
{{ __('This is a confirmation from') }} {{ config('app.name') }}.
{{-- Content Start --}}{{ __('You have successfully sent a gift code to') }} {{ ucwords($details['receiver_name']) }}.
{{ __('Gift Code') }} : {{ $details['gift_code'] }}
{{-- Content End --}}{{__("If you don’t recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection