{{ _trans('gift.Gift history') }}
| {{ _trans('common.SL') }} | {{ _trans('gift.Product') }} | {{ _trans('gift.Gift At') }} | {{ _trans('gift.Gift From') }} | {{ _trans('gift.Gift To') }} | {{ _trans('gift.Gift Status') }} | {{ _trans('gift.Gift Message') }} |
| {{ @$loop->iteration }} | {{ @$gift_record->course->title }} | {{date('D d M, h:i a',strtotime($gift_record->gift_send_time))}} | {{ @$gift_record->sender->name }} | {{ @$gift_record->receiver->name }} | {{ @$gift_record->status }} | |
| {{__('common.No data available in the table')}} | ||||||
{{ @$gift_records->links() }}