@extends('layouts.back-end.app') @section('title', translate('employee_details')) @section('content')
{{isset($employee->role) ? $employee->role->name : translate('role_not_found')}}