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

{{ __('organizations::index.subscriber') }}

@include('subscribers::layouts.subscribernav')
@include('base::partials.errors')

General Information


Note that address will be inherited in activation when adding a credit card on file


{!! csrf_field() !!}
        
@endsection @include('subscribers::layouts.scripts') @section('scripts') @endsection