@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ config('app.name', 'IFRAP') }}

Pricing Plans

Get Ready To Create Your Workspace in few minutes

@forelse ($packages as $package) @php $features = $package->modules->pluck('name')->take(4); $isFeatured = $loop->index === 1; @endphp

{{ $package->name }}

${{ number_format((float) $package->price, 0) }}

/by {{ $package->billing_cycle }}

{{ $package->description ?: 'Choose the perfect package tailored to your needs and take the first step toward achieving your goals today.' }}


    @forelse ($features as $feature)
  • {{ $feature }}
  • @empty {{--
  • Core features included
  • --}} @endforelse
{{ $isFeatured ? 'Activated' : 'Get This Plan' }}
@empty

No Packages

No active packages found. Run your package seeder and refresh.

@endforelse