@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') {{-- --}} @endsection @section('JSLibraries') {{-- --}} {{-- --}} @endsection @section('content')

{{ $moduleProperties['longModuleName'] }} Edit {{ str_singular($moduleProperties['shortModuleName']) }}

@include( 'backend.layouts.notification_message' )
{{-- --}} User profile picture

{{ $record->full_name }}

{{ $record->email }}

  • Status {!! $record->active_text_formatted !!}
  • Verified {!! $record->verified_text_formatted !!}
  • Blocked {!! $record->block_text_formatted !!}
  • Profile Status {!! $record->profile_complete_text_formatted !!}
  • Cafe Visits {!! $record->cafe_visits !!}
  • Movie Visits {!! $record->movie_visits !!}
  • Total Fans {!! $record->fans_count !!}

{{ $record->full_name }} Information

Email {{ $record->email }}
Username {{ $record->username }}
First Name {{ $record->first_name }}
Level {{ $record->level }}
Remaining Autographs {{ $record->autograph }}
Points {{ $record->points }}
Education {{ $record->education_auto }}
Catchphrase {{ $record->catchphrase_auto }}
About {{ $record->about }}
Phone {{ $record->phone_formatted }}
Birth Date (M/D/Y) {{ $record->dob_auto }}
Last Name {{ $record->last_name }}
Gender {{ $record->gender_auto }}
Total Ghosts {{ $record->ghost_count }}
Fav Movie {{ $record->movie_auto }}
Fav Movie Why? {{ $record->movie_reason }}
Autographs Sent {{ $record->autographs_sent_count }}
Autographs Received {{ $record->autographs_received_count }}

Friends/ Dates Configuration

Date

Gender {{ $record->date_gender_text }}
Invite Availability {{ $record->date_invite_text }}
Age Between {{ $record->date_age_text }}
Education {{ $record->date_education_text }}

Friend

Gender {{ $record->friend_gender_text }}
Invite Availability {{ $record->friend_invite_text }}
Age Between {{ $record->friend_age_text }}
Education {{ $record->friend_education_text }}
@endsection @section('inlineJS') @endsection