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

{{ label("Employees List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) "> @endforeach
{{label("Sn.")}} {{ label("first_name") }} {{ label("middle_name") }} {{ label("last_name") }} {{ label("email") }} {{ label("genders") }} {{ label("nepali_dob") }} {{ label("dob") }} {{ label("nationalities") }} {{ label("about_me") }} {{ label("signature") }} {{ label("father_name") }} {{ label("mother_name") }} {{ label("grand_father_name") }} {{ label("grand_mother_name") }} {{ label("spouse") }} {{ label("contact") }} {{ label("alt_contact") }} {{ label("profile_picture") }} {{ label("users") }} {{ label("is_login_required") }} {{ label("skills") }} {{ label("experience") }} {{ label("permanent_address") }} {{ label("permanent_city") }} {{ label("temporary_address") }} {{ label("temporary_city") }} {{ label("old_system_address") }} {{ label("education") }} {{ label("castes") }} {{ label("ethnicities") }} {{ label("dags") }} {{ label("title") }} {{ label("alias") }} {{ label("Action") }}
{{ $i++ }}{{ $item->first_name }} {{ $item->middle_name }} {{ $item->last_name }} {{ $item->email }} {!! getFieldData("tbl_genders", "title", "gender_id", $item->genders_id) !!} {{ $item->nepali_dob }} {{ myDate($item->dob) }} {!! getFieldData("tbl_nationalities", "title", "nationality_id", $item->nationalities_id) !!} {{ $item->about_me }} {{ showImageThumb($item->signature) }} {{ $item->father_name }} {{ $item->mother_name }} {{ $item->grand_father_name }} {{ $item->grand_mother_name }} {{ $item->spouse }} {{ $item->contact }} {{ $item->alt_contact }} {{ showImageThumb($item->profile_picture) }} {!! getFieldData("tbl_users", "name", "id", $item->users_id) !!} {{ $item->is_login_required }} {{ $item->skills }} {{ $item->experience }} {{ $item->permanent_address }} {{ $item->permanent_city }} {{ $item->temporary_address }} {{ $item->temporary_city }} {{ $item->old_system_address }} {{ $item->education }} {!! getFieldData("tbl_castes", "title", "caste_id", $item->castes_id) !!} {!! getFieldData("tbl_ethnicities", "title", "ethnicity_id", $item->ethnicities_id) !!} {!! getFieldData("tbl_dags", "title", "dag_id", $item->dags_id) !!} {{ $item->title }}
{{ $item->alias }}
change alias
@endsection @push("css") @endpush @push("js") @endpush