@extends('bn.dashboard.layout') @section('title', 'Dashboard') @section('dashboard-content')
wp_user_id on your Laravel user
or ensure the email matches wp_users.user_email.
| # | Title | Type | Order ID | Payment Status | Enroll Date | |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->post_title }} | {{ ucwords(str_replace('_', ' ', $item->post_type)) }} | {{ $item->order_id }} | @if($item->payment_status === 'pending') Pending @else Completed @endif | {{ \Carbon\Carbon::parse($item->post_date)->format('d/m/Y') }} | |
| No enrolled items found. | ||||||