@extends('includes/layout') @section('main-page-content')
| Employee | Date | Amount | Reason | Type | Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $fine->employee ? trim($fine->employee->first_name . ' ' . ($fine->employee->middle_name ?? '') . ' ' . $fine->employee->last_name) : 'N/A' }} | {{ date('d-m-Y', strtotime($fine->date)) }} | {{ $fine->fine_amount }} | {{ $fine->fine_reason }} | {{ $fine->type ? 'Bonus' : 'Fine' }} |
|
||
| No Record found. | |||||||