@if (($data != null) && (count($data) > 0))
| Membership NO | Name | Religion | Birthday | Join Date | Current Points | Count Transc. | Amount Spend |
|---|---|---|---|---|---|---|---|
| {{$val->membership_no}} | {{$val->name}} | {{$val->religion}} | {{empty($val->birthdate) ? '—' : date('Y-m-d', strtotime($val->birthdate))}} | {{empty($val->join_date) ? '—' : date('Y-m-d', strtotime($val->join_date))}} | {{number_format($val->current_point)}} | {{number_format($val->count_trans)}} | Rp. {{number_format($val->amount_spend)}} |