@extends('layouts.adminapp')
@section('content')
{{-- Employee --}}
| Name |
Nickname |
Designation |
Contact |
Address |
Photo |
Id Proof |
Narration |
Actions |
@foreach($Employees as $Employee)
| {{$Employee->user->name}} |
{{$Employee->nickname}} |
{{$Employee->designation->title}} |
{{$Employee->contact}} |
{{$Employee->address}} |
}}) |
}}) |
{{$Employee->narration}} |
Edit |
|
@endforeach
@endsection