@extends('layouts.app') @section('title', 'Ana Sayfa') @section('page-title', 'Ana Sayfa') @section('content') {{-- Welcome Banner --}}
{{ $academicYear->name }} Akademik Yili
@endif @if($contractStart && $contractEnd)Sozlesme: {{ $contractStart->format('d.m.Y') }} - {{ $contractEnd->format('d.m.Y') }}
@endif@money($totalDebt, $currency)
@if($activeContract){{ $currency->code ?? 'TRY' }} cinsinden
@endif@money($totalPaid, $currency)
%{{ $paymentPercent }} tamamlandi
@money($totalDebt - $totalPaid, $currency)
@if($overdueCount > 0){{ $overdueCount }} taksit gecikti!
@elseOdenmemis tutar
@endif{{ $building?->name }}
Atanmadi
Henuz oda atamasi yok
@endif| # | Tutar | Vade | Odenen | Durum |
|---|---|---|---|---|
| {{ $inst->installment_number }} | @money($inst->amount, $currency) | {{ $inst->due_date->format('d.m.Y') }} | @if($inst->paid_amount > 0) @money($inst->paid_amount, $currency) @else - @endif | @php $statusColors = [ 'green' => 'bg-emerald-50 text-emerald-700 ring-emerald-600/10', 'yellow' => 'bg-amber-50 text-amber-700 ring-amber-600/10', 'red' => 'bg-red-50 text-red-700 ring-red-600/10', 'gray' => 'bg-gray-50 text-gray-600 ring-gray-500/10', ]; $colorClass = $statusColors[$inst->status_color] ?? $statusColors['gray']; @endphp {{ $inst->status_text }} |
Taksit bilgisi bulunamadi.
{{ $payment->payment_method_text }}
{{ $payment->payment_date->format('d.m.Y') }}
Henuz odeme yok.
{{ $charge->charge_type_text }}
@if($charge->description){{ Str::limit($charge->description, 30) }}
@endif@money($nextInstallment->amount, $currency)
Son Odeme: {{ $nextInstallment->due_date->format('d.m.Y') }}
Odenen: @money($nextInstallment->paid_amount, $currency)
@money($nextInstallment->remaining, $currency)
kalan
@elseTum taksitler odendi!
{{ $announcement->published_at?->format('d.m.Y') }}
Henuz duyuru yok.