@extends('hr.hr-master') @section('title', 'Payscale Configuration') @section('content')
| ID | Component Name | Calculation Type | Value | Created At |
|---|---|---|---|---|
| {{ $payscale->id }} | {{ $payscale->component_name }} | {{ $payscale->calculation_type }} | {{ number_format($payscale->value, 2) }} | {{ $payscale->created_at->format('Y-m-d') }} |