@extends('layouts.admin') @section('title', 'Membership Plans') @section('breadcrumb')
| Name | Price | Duration (Days) | Status | Actions |
|---|---|---|---|---|
| {{ $plan->name }} | ${{ number_format($plan->price, 2) }} | {{ $plan->duration_in_days }} | {{ $plan->is_active ? 'Active' : 'Inactive' }} | Edit |
| No plans found. | ||||