| Module Name | Amount | Payment Method | Payment Status | {{--Paid Date | --}}Domain | Purchase Date | Attachment | Action | {{ $purchase_history['addon_name'] }} | {{ $purchase_history['currency_symbol'] }}{{ $purchase_history['amount'] }} | {{ $purchase_history['paymentgateway'] }} | @php $status = strtolower($purchase_history['status']); $status_classes = [ 'pending' => 'bg-yellow-200 text-yellow-800', 'completed' => 'bg-green-200 text-green-800', 'failed' => 'bg-red-200 text-red-800', ]; @endphp {{ ucfirst($status) }} | {{--{{ \Carbon\Carbon::parse($purchase_history['paid_at'])->format('d-m-Y H:i') }} | --}}{{ $purchase_history['domain'] }} | {{ \Carbon\Carbon::parse($purchase_history['created_at'])->format('d-m-Y H:i') }} | @if (!empty($purchase_history['attachment_url'])) Click to View @else No Attachment @endif | @endforeach @else | No Records found | @endif
|---|---|---|---|---|---|---|---|---|---|---|
Preview: