@extends('emails.layouts.index') @section('content')

Hello {{$user->name}}, you have a {{$type}} alert.
Below are the details:

Fields Details
Amount {{currencyLogo($data['currency'])}}{{number_format($data['amount'], 2)}}
Sender Name Administrator
Current {{$data['currency']}} account balance {{currencyLogo($data['currency'])}}{{number_format($balance, 2)}}
Date {{ now($user->timezone ) }}
@endsection