@extends('layouts.app') @section('page-header')
{{ __('Full Name') }}: {{ $user->name }}
{{ __('Email Address') }}: {{ $user->email }}
{{ __('User Group') }}: {{ ucfirst($user->group) }}
{{ __('Current Available Words') }}: {{ number_format($user->available_words + $user->available_words_prepaid) }}
{{ __('Current Available Images') }}: {{ number_format($user->available_images + $user->available_images_prepaid) }}
{{ $errors->first('words') }}
{{ $errors->first('images') }}