@extends('employee.layouts.app') @section('title', get_setting('site_name').' | My GF') @section('content')
| {{ __('Date') }} | {{ __('Type') }} | {{ __('Amount') }} | {{ __('Notes') }} |
|---|---|---|---|
| {{ $row->entry_date?->format('Y-m-d') }} | {{ $row->type }} | {{ number_format((float)$row->amount, 2) }} | {{ $row->notes }} |
| {{ __('No records') }} | |||