@extends('admin.layouts.app') @section('title', get_setting('site_name').' | PF Statement') @section('content')
| {{ __('Date') }} | {{ __('Type') }} | {{ __('Amount') }} | {{ __('Ref') }} | {{ __('Notes') }} |
|---|---|---|---|---|
| {{ $row->entry_date?->format('Y-m-d') }} | {{ $row->type }} | {{ number_format((float)$row->amount, 2) }} | {{ $row->ref_type }} @if($row->ref_id) (#{{ $row->ref_id }}) @endif | {{ $row->notes }} |
| {{ __('No records') }} | ||||