@extends('layouts.app') @section('css') @endsection @section('page-header')
{{ __('Full Name') }} | {{ auth()->user()->name }} |
{{ __('Email') }} | {{ auth()->user()->email }} |
{{ __('Referral ID') }} | {{ auth()->user()->referral_id }} {{ __('Edit') }} |
{{ __('Referral Link') }} | {{ config('app.url') }}/?ref={{ auth()->user()->referral_id }} |
{{ __('Job Role') }} | {{ auth()->user()->job_role }} |
{{ __('Company') }} | {{ auth()->user()->company }} |
{{ __('Website') }} | {{ auth()->user()->website }} |
{{ __('City') }} | {{ auth()->user()->city }} |
{{ __('Country') }} | {{ auth()->user()->country }} |
{{ __('Phone') }} | {{ auth()->user()->phone_number }} |
{{ __('Documents Created') }}
{{ __('Words Generated') }}
{{ __('Images Created') }}
{{ __('Voiceover Tasks') }}
{{ __('Audio Transcribed') }}
{{ __('Codes Generated') }}