@extends('layouts.app') @section('title', 'ფინანსები') @section('content')
CLUB FINANCES

ფინანსები

ყოველთვიური დარიცხვები და ხელით აღრიცხული გადახდები.

დავალიანების ანგარიში
დარიცხულია{{ \App\Support\Money::format($all->sum('total_cents')) }}
გადასახდელია{{ \App\Support\Money::format($all->sum('balance_cents')) }}
ვადაგადაცილებული{{ \App\Support\Money::format($all->where('status','overdue')->sum('balance_cents')) }}
ყველა თვე
@include('parts.invoices'){{ $invoices->links() }}

გადახდის აღრიცხვა

ზედმეტი თანხა დარჩება ბავშვის ავანსად.

@csrf
@if($access->is('owner','finance'))

ყოველთვიური დარიცხვა

ერთი თვის ხელახალი დამუშავება ჩანაწერებს არ დაადუბლირებს.

@csrf
@endif

ბოლო 50 გადახდა

@foreach($payments as $p)@endforeach
ბავშვინომერიარხითანხაავანსი
{{ $p->child->name }}{{ $p->reference }}{{ \App\Support\Labels::get($p->channel) }}{{ \App\Support\Money::format($p->amount_cents) }}{{ \App\Support\Money::format($p->available_cents) }}
@endsection