@extends('layouts.master') @section('title') @lang('translation.View_Subscription_Plan') @endsection @section('content')
Tenant Type:
{{ $subscriptionPlan->tenant_type }}Status:
{{ $subscriptionPlan->is_active ? 'Active' : 'Inactive' }}Base Price: ₹{{ number_format($subscriptionPlan->price, 2) }}
Duration: {{ $subscriptionPlan->duration_days }} days
Max Branches: @if($subscriptionPlan->max_branches) {{ $subscriptionPlan->max_branches }} @else Unlimited @endif
Max Outlets: @if($subscriptionPlan->max_outlets) {{ $subscriptionPlan->max_outlets }} @else Unlimited @endif
Description:
{{ $subscriptionPlan->description }}
Features:
Base Price
GST (18%)
Total (Monthly)