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

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

@if(isset($nav_type) && $nav_type == 'organization') @include('organizations::layouts.subscribernav') @else @include('subscribers::layouts.subscribernav') @endif
@include('base::partials.errors')

General Information


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


{!! csrf_field() !!}

Account number required

Pin code required

Username required

Password must be at least 8 characters

First name required

Last name required

Email required

Phone number code required

Phone number required

Address required

City required

Zip code required

Country required

@if($mode == 'edit')    @endif    @if(isset($nav_type) && $nav_type == 'organization') {{ __('video::videos.back') }} @else @endif
@endsection @section('scripts') @endsection