@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content')
| Name: | {{ $employee->name }} |
|---|---|
| Email: | {{ $employee->email }} |
| Phone: | {{ $employee->phn }} |
| Address: | {{ $employee->address }} |
| Salary: | {{ $employee->salary }} |
| Position: | {{ $employee->position }} |
| Department: | {{ $employee->department }} |
| Status: | {{ $employee->status }} |