Gói dịch vụ

Chọn gói phù hợp với tần suất sản xuất nội dung của bạn.

@foreach ($plans as $plan)
@if ($currentPlan->id === $plan->id) GÓI HIỆN TẠI @endif

{{ $plan->name }}

{{ $plan->description }}

${{ number_format($plan->price, 0) }}/tháng

    @foreach ($plan->features ?? [] as $feature)
  • {{ $feature }}
  • @endforeach
@if ($currentPlan->id === $plan->id) @else
@csrf
@endif
@endforeach
@if ($currentPlan->slug !== 'free')
Quản lý thanh toán / hủy gói →
@endif