@extends('template.layout_admin') @section('content')
| Task | Tasks Done | Recorded Time |
|---|---|---|
| {{ $registro->task }} | {{ $registro->tasks_day }} | {{ $registro->elapsed_time }} |
| Employee Name | Receipt | Date of Payment | Payment Amount |
|---|---|---|---|
| {{ $receipt->employee_name }} | Download Receipt | {{ $receipt->payment_date }} | {{ number_format($receipt->pay_due, 2, ',', '.') }} |