| No
|
Package Name |
Pricing |
Duration (Months) |
Billing Cycle |
User Limit |
Support Level |
Actions |
@forelse($packages as $index => $package)
|
{{ $packages->firstItem() + $index }}
|
{{ $package->package_name }}
|
{{ $package->pricing }} Rupees
|
{{ $package->duration }}
|
{{ $package->billing_cycle }}
|
{{ $package->user_limit }}
|
{{ $package->support_level }}
|
@if ($package->package_status !== 'deleted')
@endif
|
@empty
No data Found
|
@endforelse
@include('components.pagination', ['paginator' => $packages])