@extends('layouts.admin') @section('title', 'Edit Subscription Plan') @section('content')
Update plan details, pricing, and features
Plan Type
{{ ucfirst($plan->type) }}
Tier
{{ $plan->tier ? ucfirst($plan->tier) : 'N/A' }}
Monthly Price
AED {{ number_format($plan->price, 2) }}
Status
@if($plan->is_active) Active @else Inactive @endif
Created
{{ $plan->created_at->format('M d, Y') }}