@extends('backend.email.email-master') @section('content')
{{ __('Hi')}} {{ucwords($details['name']) }},
{{__('This is an e-mail from')}} {{ __('Amplivo Support') }}.
{{-- Content Start --}}{{ __('We detected a')}} {{$details['type'] == 1 ? 'Successful' : 'Failed'}} {{ __('Login to your account.')}}
{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.
@endsection