@extends($activeTemplate . 'layouts.app') @section('app-content') @php $authContent = @getContent('auth_section.content', true)->data_values; @endphp @lang('Personal Information') @csrf @lang('First Name') @lang('Last Name') @lang('Username') @lang('Email') @lang('PIN') @lang('Confirm PIN') @lang('Address') @lang('State') @lang('Zip Code') @lang('City') @lang('Continue') @endsection @push('script') @endpush