{{ ucwords($vars['user']->name) }}
@isset($vars['position']) {{ ucwords($vars['position']) }} @endisset
- Gender {{ ucwords($vars['user']->gender) }}
- Email {{ ucwords($vars['user']->email) }}
- Phone Number {{ ucwords($vars['user']->phone) }}
- Living Area {{ ucwords($vars['user']->address) }}
- Description {{ ucwords($vars['user']->description) }}
User signature
@if($vars['user']->signature_path )
@endif