@extends('layout.admin') @section('meta_tags') @stop @section('pagename') Tiers @stop @section('top_import_file') @stop @section('content')
| Date | Tier Name | Tokens | Price | Description | Models Allowed | Type | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $tier->created_at->format('d-M-y g:i A') }} | {{ $tier->package_name }} | {{ $tier->tokens }} | $ {{ $tier->price }} | {{ $tier->tier_description }} |
@php
$modules = json_decode($tier->model_allowed);
@endphp
@foreach ($modules as $value)
@switch($value)
@case('tts')
Text To Speech @break @case('sts') Speech To Speech @break @case('vcl') Voice Cloning @break @case('lip') Lip Syncing @break @case('pjc') Project Creation @break @case('scc') Script Creation @break @case('usrcrt') User Creation @break @case('rlcrt') Role Creation @break @default N/A @endswitch @endforeach |
{{ $tier->package_type }} | {{ $tier->status ? "Active" : "Inactive" }} |
|