| {{ _mt($moduleId,'Epin.sl_no') }} | {{ _mt($moduleId,'Epin.Date_of_Purchase') }} | {{ _mt($moduleId,'Epin.Amount') }} | {{ _mt($moduleId,'Epin.Key') }} | {{ _mt($moduleId,'Epin.User') }} | {{ _mt($moduleId,'Epin.Payment_Type') }} | @foreach($epins as $key => $epin)
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $epin->created_at }} | {{ currency($epin->amount) }} | {{ $epin->key }} | {{ $epin->user?$epin->user->member_id: _mt($moduleId,'Epin.Unassigned') }} | {{ $epin->transaction ? getModule($epin->transaction->gateway)->registry['name'] : '' }} |