@extends('layouts.app') @section('content')
| {{ _lang('Date') }} | {{ _lang('Amount') }} | @if(isset($report_data)) @php $currency = currency($acc->account_currency); @endphp @foreach($report_data as $report)
|---|---|
| {{ date($date_format, strtotime($report->trans_date)) }} | {{ decimalPlace($report->amount, $currency) }} |