@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; @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->name }}
  • @empty
  • No modules available
  • @endforelse
@empty

No Packages

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

@endforelse