@extends('layouts.app') @section('title', 'Subscription Plans') @section('content')
Manage plans and enabled hotel modules
| Plan | Price | Limits | Features | Hotels | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $plan->name }}
@if($plan->description)
{{ $plan->description }} @endif |
{{ $plan->billingLabel() }} | {{ $plan->roomsLimitLabel() }} {{ $plan->usersLimitLabel() }} {{ $plan->branchesLimitLabel() }} |
@if($plan->enabledFeatureLabels())
{{ count($plan->enabledFeatureLabels()) }} modules enabled
|
{{ $plan->hotels_count }} | @if($plan->is_active) Active @else Inactive @endif | Edit |
| No plans yet. Create the first plan. | ||||||