@if(isset($mode) && $mode == 'Update')
@php $created_at = (isset($data[0]['created_at']))? date_getFormattedDateTime($data[0]['created_at']): '---'; @endphp
@php
$updated_at = (isset($data[0]['updated_at']))? date_getFormattedDateTime($data[0]['updated_at']): '---'; @endphp
@endif
@if(isset($data[0]['type']) && !empty($data[0]['type']) && key_exists($data[0]['type'],$member_notification_template_constant_arr))
Notification Information
@foreach($member_notification_template_constant_arr[$data[0]['type']] as $noti_key=>$noti_val)
arrow_right{{$noti_key}} will be written as
{{$noti_val}}
@endforeach
@endif
@if(!empty($language))
@php $cnt = count($language); @endphp
@for($i = 0; $i < $cnt; $i++)
@php $direction = ($language[$i]['direction'] == "2")?"rtl":"ltr"; @endphp
@endfor
@endif