| {{__('Photo')}} | @if ($user['profile_photo']!==null)
| --}}
{{-- | --}}
{{--
| --}}
{{-- | --}}
{{-- | --}}
{{-- | --}}
@else
|
@endif
|
|---|---|---|---|---|---|---|---|---|
| {{__('Name')}} | {{$first_name}} {{$last_name}} | |||||||
| {{__('Username')}} | {{$user['username']}} | |||||||
| {{__('Gender')}} | {{$gender}} | |||||||
| {{__('Contact')}} |
Email : {{$email}} Phone : {{$contact_no}} Facebook : {{$fb_id}} Skype : {{$skype_id}} Whats App : {{$whatsapp_id}} |
|||||||
| {{__('Address')}} |
Address : {{$address}} City : {{$city}} State : {{$state}} Country : {{$country}} Zipcode : {{$zip_code}} |
|||||||
| {{__('Role')}} | {{$role['name']}} | |||||||
| {{__('Company')}} | {{$company['company_name']}} | |||||||
| {{__('Department')}} | {{$department['department_name']}} | |||||||
| {{__('Designation')}} | {{$designation['designation_name']}} | |||||||
| {{__('Office Shift')}} | {{$office_shift['shift_name']}} | |||||||
| {{__('Payslip Type')}} | {{$payslip_type}} | |||||||
| {{__('Salary')}} | @if(config('variable.currency_format') =='suffix'){{$basic_salary}} {{config('variable.currency')}} | @else{{config('variable.currency')}} {{$basic_salary}} | @endif