@extends('layouts.app') @section('title', 'Plans') @section('page-title', 'Manage Plans') @section('content')
| Name | Price | Cycle | Devices | Messages | API | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $plan->name }} | ${{ number_format($plan->price, 2) }} | {{ $plan->billing_cycle }} | {{ $plan->device_limit }} | {{ number_format($plan->message_limit) }} | {{ number_format($plan->api_limit) }} | {{ $plan->is_active ? 'Active' : 'Inactive' }} |