@extends('themes.default1.agent.layout.agent') @section('Dashboard') class="nav-link active" @stop @section('dashboard-bar') active @stop @section('profile') class="active" @stop @section('PageHeader')

{{Lang::get('lang.view-profile')}}

@stop @section('profileimg') User Image @stop @section('content') @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{!! Lang::get('lang.alert') !!} ! {{Session::get('fails')}}
@endif

{!! Lang::get('lang.profile') !!}  


Warning: Undefined variable $user in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 50

Warning: Attempt to read property "primary_dpt" on null in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 50

Warning: Undefined variable $user in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 56

Warning: Attempt to read property "assign_group" on null in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 56

Warning: Undefined variable $user in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 62

Warning: Attempt to read property "agent_tzone" on null in /home/varpatev6/public_html/gestionintegral/resources/views/themes/default1/agent/helpdesk/user/profile.blade.php on line 62

{!! Lang::get('lang.user_information') !!}

@if($user->gender == 1)
{{ 'Male' }}
@else
{{ 'Female' }}
@endif
{{ $dept }}
{{ $grp }}
{{ $user->company }}
{{ $user->role }}

{!! Lang::get('lang.contact_information') !!}

{{ $user->email }}
{{ $user->ext }}{{ $user->phone_number }}
{{ $user->mobile }}
@stop