@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.tenants') }} @parent @stop {{-- @section('header_right') @can('create', \App\Models\Component::class) {{ trans('general.create') }} @endcan @stop --}} {{-- Page content --}} @section('content')
| # | Package Name | Price | Status | Stripe Product ID |
|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $product->name }} | @if ($product->stripe_product_id != null) {{ strtoupper($stripePrice->currency) }} {{ $stripePrice->unit_amount / 100 }}/{{ $stripePrice->recurring?->interval }} @else Free @endif | {{ $product->is_active == true ? "Active" : "Inactive" }} | {{ $product->stripe_product_id }} |
| No package found |