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

Employees

@if($Employees) @foreach($Employees as $Employee) @endforeach @endif
Employee Name E-mail Contact Profile Proof Actions
{{$Employee->user->name}} {{$Employee->user->email}} {{$Employee->contact}} Profile ID Proof Edit
@csrf @method('delete')
@endsection