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

Activation


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


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

Here you can see all the subscriber's payments (both successful and unsuccessful.)


@include('base::partials.errors')
@endsection @section('scripts') {{-- ✅ Load required scripts once, in correct order --}} @endsection