{{ date('Y-m-d') }}
{{ $company->company }}{{ __('Item') }} | {{ __('Amount') }} | {{ __('Category') }} | {{ __('Date') }} |
---|---|---|---|
{{ $income->item }} | {{ config('app.currency') . __(' ') . $income->amount }} | {{ $income->category->name }} | {{ date('Y-m-d', strtotime($income->created_at)) }} |