| {{ _trans('common.SL') }} | {{ _trans('common.Name') }} | {{ _trans('common.Email') }} | {{ _trans('common.Amount') }} | {{ _trans('common.Created Date') }} | {{ _trans('common.Status') }} | {{ _trans('common.Action') }} |
|---|---|---|---|---|---|---|
| {{ __(@$item->id) }} | {{ __(@$item->user->name) }} | {{ __(@$item->user->email) }} | {{ __(single_price(@$item->amount)) }} | {{ main_date_format(@$item->created_at) }} | @if ($item->status == 1) {{ _trans('common.Paid') }} @endif |
|