@extends('layouts.user') @section('title', 'Request Details') @section('content')
Manage and respond to employee inquiries
{{ $employeeRequest->message }}
{{ $reply->message }}
{{ $employeeRequest->employee->first_name }} {{ $employeeRequest->employee->last_name }}
{{ ucfirst($employeeRequest->type) }}
Submitted: {{ $employeeRequest->created_at->format('M d, Y') }}
{{ $employeeRequest->created_at->diffForHumans() }}