@extends('layouts.adminapp') @section('content') {{-- Employee --}}

Employees

@foreach($Employees as $Employee) @endforeach
Name Nickname Designation Contact Address Photo Id Proof Narration Actions
{{$Employee->user->name}} {{$Employee->nickname}} {{$Employee->designation->title}} {{$Employee->contact}} {{$Employee->address}} {{$Employee->narration}} Edit
@csrf @method('delete')
@endsection