Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
resources
/
views
/
emails
:
success-deposit.blade.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{{-- blade-formatter-disable --}} @component('mail::message') # Hello {{$foramin ? 'Admin' : $user->name}} @if ($foramin) This is to inform you of a successfull Deposit of {{$settings->currency.$deposit->amount}} from {{$user->name}}. {{ $deposit->status == "Processed" ? '' : ' Please login to process it.' }} @else @if ($deposit->status == 'Processed') This is to inform you that your deposit of {{$settings->currency.$deposit->amount}} have been received and confirmed. Your account balance have been credited with the specified amount. @else This is to inform you that your deposit of {{$settings->currency.$deposit->amount}} is successful, please wait while we confirm your deposit. You will receive a notification regarding the status of this transaction. @endif @endif Thanks, <br> {{ config('app.name') }} @endcomponent {{-- blade-formatter-disable --}}