@extends('companyAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Employees @endsection @section('styles') @endsection @section('content') @if ($errors->any())
@endif

Return to Employees

@csrf

Update

{{ $totalUserPoints }}

Total pts.

  • Personal
  • Finding
  • Challenges
  • Redeemed
  • Messages

About:

{{ $userDetails->user_about }}

Age:

{{ $userDetails->user_age }}

Gender:

{{ $userDetails->user_gender }}

Postal Code:

{{ $userDetails->postal_code }}

Points Subject Submitted (Date | Time) View
Points Challanges Challanges Type Submitted (Date | Time) View

Redeemed

Points Gift Cards Submitted (Date | Time) View
User Name Message Submitted (Date | Time) View
@endsection @section('scripts') @endsection