@extends('backend.email.email-master') @section('content')

{{ __('Hi')}} {{ucwords($details['name']) }},

{{__('This is an e-mail from')}} {{ config('app.name') }}.

{{-- Content Start --}}

{{ __('The file is available for')}} {{getSiteSettings('download_file_delete_time')}} {{ (getSiteSettings('download_file_delete_time') == 1) ? 'hour' : 'hours'}}.

{{__('Click the button below to download file')}}.

@include('backend.email.inc.button', ['url' => $details['file_url'], 'text' => 'Download']) {{-- Content End --}}

{{__("If you don't recognize this activity, please disable your account and")}} {{__('Contact Us')}} {{__('immediately')}}.

@endsection