@extends('layouts.admin') @section('title', 'Plans') @section('content')
আপনার SaaS এর সকল প্ল্যান এখানে ম্যানেজ করুন।
| # | Plan Name | Price | Duration | Type | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $plans->firstItem() + $key }} |
{{ $plan->name }}
Created: {{ $plan->created_at?->format('d M Y') }}
|
৳ {{ number_format($plan->price, 2) }} | {{ $plan->duration_days }} Days | @if($plan->is_trial) Trial @else Paid @endif | @if($plan->status) Active @else Inactive @endif | |
| কোনো প্ল্যান পাওয়া যায়নি। | ||||||