@extends('employee.employee-master') @section('content')

Welcome, {{ $employee->name }}

Employee Information

Name: {{ $employee->name }}

Email: {{ $employee->email }}

Role: {{ ucfirst($employee->role) }}

@csrf
@endsection