আমার ডোমেইন সমূহ
| ডোমেইন ডিটেইলস | রেজিস্ট্রেশন | মেয়াদ শেষ | স্ট্যাটাস | ম্যানেজ |
|---|---|---|---|---|
|
{{ $domain->domain }}
৳ {{ number_format($domain->recurring_amount, 2) }} / বছর
|
{{ \Carbon\Carbon::parse($domain->registration_date)->format('d M, Y') }} |
{{ \Carbon\Carbon::parse($domain->next_due_date)->format('d M, Y') }}
|
{{ $domain->status }} | |
| কোনো ডোমেইন পাওয়া যায়নি। | ||||
-
{{-- ১. আগের পেজ বাটন (Previous) --}}
@if ($domains->onFirstPage())
- @else
- @endif {{-- ২. পেজ নম্বর (লজিক: বর্তমান পেজের আশেপাশের ২টা করে পেজ দেখাবে) --}} @foreach(range(1, $domains->lastPage()) as $i) @if($i >= $domains->currentPage() - 2 && $i <= $domains->currentPage() + 2) @if ($i == $domains->currentPage())
- {{ $i }} @else
- {{ $i }} @endif @endif @endforeach {{-- ৩. পরের পেজ বাটন (Next) --}} @if ($domains->hasMorePages())
- @else
- @endif