{{-- Be like water. --}}

Buy Modules

{{--

Discover what makes our product stand out from the competition.

--}}
@if(!empty($addonsList)) @foreach($addonsList as $addon)
@if($addon['purchase_status'])
Purchased
@endif
@if(!$addon['purchase_status'])

{{ $addon['currency_symbol'] }}{{ $addon['price'] }}

@endif

{{ ucfirst($addon['title']) }}

{{ ucfirst($addon['description']) }}.

@php $purchase_name = $addon['purchase_status'] ? 'View' : 'Buy Now'; @endphp

{{ $purchase_name }}

@endforeach @else

No records found

@endif
@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