@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('subscribers::layouts.subscribernav')
{!! csrf_field() !!}
Product Details
@{{ actCtrl.addslot.subscription == 'free' ? 'Free' : actCtrl.addslot.durationText || (actCtrl.addslot.subscription + ' Month') }}

@{{ device.device_name || device.brand_model || 'Unnamed Device' }} @{{ actCtrl.addslot.product_type === 'add devices/slots' ? (device.price == 0 ? 'Free' : device.price) : 'Free' }}
First add device

@{{ actCtrl.dateDifferenceText || actCtrl.addslot.durationText }}


@{{errors.category.message}}


+ Add Bundles
@{{bundle.channel_list}} TV Channel 22 D @{{bundle.price}} Rent
Payment Details
New Card Added @{{ actCtrl.getMaskedCardSource() }}
Order Summary

Subscription

@{{ actCtrl.addslot.subscription == 'free' ? 'Free' : (actCtrl.dateDifferenceText || actCtrl.addslot.durationText || (actCtrl.addslot.subscription ? actCtrl.addslot.subscription + ' Month' : 'None')) }} @{{ actCtrl.addslot.payment_currency.split(' ')[0] }} @{{ actCtrl.addslot.total }}
@{{ actCtrl.addslot.subscription == 'free' ? 'Free' : (actCtrl.dateDifferenceText || actCtrl.addslot.durationText || (actCtrl.addslot.subscription ? actCtrl.addslot.subscription + ' Month' : 'None')) }} Free

None


Devices

@{{ device.device_name || device.brand_model || 'Unnamed Device' }} @{{ actCtrl.addslot.product_type === 'add devices/slots' ? (device.price == 0 ? 'Free' : (device.price)) : 'Free' }}

None


Total @{{ actCtrl.addslot.payment_currency.split(' ')[0] }} 0 @{{ actCtrl.addslot.payment_currency.split(' ')[0] }} @{{ actCtrl.addslot.total }} @{{ actCtrl.addslot.payment_currency.split(' ')[0] }} @{{ actCtrl.addslot.total }}

@endsection @section('scripts') @endsection