{{-- Knowing others is intelligence; knowing yourself is true wisdom. --}}

Moduels Purchase Histories

Contact Details

  • Email: {{ $contact_detail['contact_email'] }}
  • Phone: {{ $contact_detail['contact_number'] }}
  • Address: {{ $contact_detail['contact_address'] }}
@include('partials.message')
{{--
--}}
{{----}} @if(!empty($purchase_history_lists)) @foreach($purchase_history_lists as $purchase_history) {{----}} @endforeach @else @endif
Module Name Amount Payment Method Payment StatusPaid DateDomain 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
No Records found
@if (!empty($pagination['meta']) && !empty($pagination['links'])) @php $meta = $pagination['meta']; $currentPage = $meta['current_page']; $lastPage = $meta['last_page']; // Generate page range $start = max(1, $currentPage - 2); $end = min($lastPage, $currentPage + 2); @endphp
{{-- Previous Button --}} {{-- Page Numbers --}} @for ($i = $start; $i <= $end; $i++) @endfor {{-- Next Button --}}
@endif
@if($show_attachment)

Upload Attachment

@error('image') {{ $message }} @enderror @if ($image)

Preview:

Preview
@endif
@endif