Pricing / Plans

Monthly and custom plans

@foreach ($plans as $plan)

{{ $plan->name }}

{{ $plan->price > 0 ? number_format($plan->price) : 'Custom' }}

{{ $plan->work_limit }} work limit / {{ $plan->billing_cycle }}

    @forelse (($plan->features ?? []) as $feature)
  • {{ $feature }}
  • @empty
  • Client portal tracking
  • Manual payment proof review
  • Admin approval workflow
  • @endforelse
@auth Select Package @else Select Package @endauth
@endforeach