@extends('layouts.app') @section('title', 'Финансы') {{-- Ports app/Views/admin/finances/index.php (legacy) — see the Phase 48 plan. The add/edit-expense form uses Laravel's own $errors/old() — confirmed safe since the legacy view genuinely repopulates old input here (unlike several other controllers this migration found where it doesn't). editExpense's old()-first-then-DB-value fallback is preserved exactly: a failed edit-resubmission shows the attempted value, not the original DB row. --}} @push('styles') @endpush @section('content')
| Дата | Студент | Описание | Сумма |
|---|---|---|---|
| {{ $p['payment_date'] }} | {{ $p['first_name'].' '.$p['last_name'] }} | {{ $p['description'] ?? '—' }} | {{ number_format($p['amount'], 0, ',', ' ') }} ₸ |
Нет поступлений за этот период.
@endif