@extends('includes/layout') @section('main-page-content')
| Employee | From | To | Salary | {{--Working Hours | --}}Actions | ||
|---|---|---|---|---|---|---|---|
| {{ $fine->employee ? trim($fine->employee->first_name . ' ' . ($fine->employee->middle_name ?? '') . ' ' . $fine->employee->last_name) : 'N/A' }} | {{ $fine->from }} | {{ $fine->to }} | {{ $fine->basic_salary }} | {{--{{ $fine->working_hours }} | --}}
|
||
| No fines found. | |||||||