{{-- resources/views/other_incomes/index.blade.php --}}

{{ __('Mapato Mengine') }}

Orodha ya Mapato Mengine

@if(Auth::user()->role === 'admin') Ongeza Mapato Mapya @endif
@if (session('success')) @endif @if ($otherIncomes->isEmpty())

Hakuna mapato mengine yaliyorekodiwa bado.

@else
@if(Auth::user()->role === 'admin') @endif @foreach ($otherIncomes as $income) @if(Auth::user()->role === 'admin') @endif @endforeach
Chanzo Kiasi Tarehe Maelezo Imerekodiwa na Vitendo
{{ $income->source }}
{{ number_format($income->amount, 2) }} TZS
{{ \Carbon\Carbon::parse($income->income_date)->format('d M, Y') }}
{{ $income->description ?? 'N/A' }}
{{ $income->user->name }}
Hariri
@csrf @method('DELETE')
{{ $otherIncomes->links() }}
@endif