@extends('layouts.app') @section('title', $config['service_title'] ?? 'Premium Entertainment') @section('content')
Unlimited Movies, Music & More
By subscribing, you agree to our terms and conditions
Are you sure you want to subscribe to {{ $config['service_title'] ?? 'Premium Entertainment' }}?
Subscription Plan:
@if($config['subscription_type'] === 'daily')
1 JOD per Day
@elseif($config['subscription_type'] === 'weekly')
7 JOD per Week
@elseif($config['subscription_type'] === 'monthly')
30 JOD per Month
@endif