@extends('backend.template') @section('content')

First Name :     {{$data->first_name}}

Middle Name :     {{$data->middle_name}}

Last Name :     {{$data->last_name}}

Email :     {{$data->email}}

Genders Id :     {{$data->genders_id}}

Nepali Dob :     {{$data->nepali_dob}}

Dob :     {{$data->dob}}

Nationalities Id :     {{$data->nationalities_id}}

About Me :     {{$data->about_me}}

Signature :     {{$data->signature}}

Father Name :     {{$data->father_name}}

Mother Name :     {{$data->mother_name}}

Grand Father Name :     {{$data->grand_father_name}}

Grand Mother Name :     {{$data->grand_mother_name}}

Spouse :     {{$data->spouse}}

Contact :     {{$data->contact}}

Alt Contact :     {{$data->alt_contact}}

Profile Picture :     {{$data->profile_picture}}

Users Id :     {{$data->users_id}}

Is Login Required :     {{$data->is_login_required}}

Skills :     {{$data->skills}}

Experience :     {{$data->experience}}

Permanent Address :     {{$data->permanent_address}}

Permanent City :     {{$data->permanent_city}}

Temporary Address :     {{$data->temporary_address}}

Temporary City :     {{$data->temporary_city}}

Old System Address :     {{$data->old_system_address}}

Education :     {{$data->education}}

Castes Id :     {{$data->castes_id}}

Ethnicities Id :     {{$data->ethnicities_id}}

Dags Id :     {{$data->dags_id}}

Title :     {{$data->title}}

Alias :     {{$data->alias}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Display Order :     {{$data->display_order}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Remarks :     {{$data->remarks}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection