@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')
@include('subscribers::layouts.subscribernav')

{{ __('subscribers::index.activation') }}


Pay subscriptions, add credit cards, assign new devices to the subscriber, see older payments and statements.

@include('subscribers::layouts.tabview')

{{ __('subscribers::index.subscription&payment') }}


@include('base::partials.errors')

@include('subscribers::activation.assigne-device.index')
@endsection @section('scripts') @endsection