@extends('layouts.superadmin') @section('content')
{{ $message }}
| Sr No | Plan Name | Plan Description | Plan Type | Plan Price | Plan Duration | Action |
|---|---|---|---|---|---|---|
| PL-000-{{ $plan->id }} | {{ $plan->description ?? '' }} | {{ ucfirst($plan->type ?? '') }} | {{ $plan->amount ?? '' }} | {{ $plan->duration ?? '' }} |
|
|