#PLAN_{{ $plan->id }}
{{ $plan->is_active ? '● ONLINE' : '○ HIDDEN' }}
@if($plan->payment_link)
● MIDTRANS SYNCED
@endif
@if($plan->payment_link)
@php
$features = [
['icon' => 'file-alt', 'val' => ($plan->file_limit ?: 'Unlimited') . ' Files'],
['icon' => 'server', 'val' => ($plan->max_file_size_mb ?: 'Unlimited') . ' MB/File'],
['icon' => 'users-cog', 'val' => ($plan->max_files_per_group ?: 'Unlimited') . ' per Group']
];
@endphp
@foreach($features as $f)
@endforeach