@extends('layouts.adminapp') @section('content') {{-- Employee --}}
| Si No | Name | Nick Name | Designation | Contact | Address | Photo | ID Proof | Narration | Actions | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Employee->user->name }} | {{ $Employee->nickname }} | {{ $Employee->designation->title }} | {{ $Employee->contact }} | {{ $Employee->user->email }} | {{ $Employee->address }} |
|
|
{{ $Employee->narration }} |