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