@extends('layouts.app') @section('title', 'კლუბის რესურსები') @section('content')
CLUB RESOURCES

{{ $c[0] }}

{{ $items->total() }} ჩანაწერი

+ დამატება
@forelse($items as $item)@empty@endforelse
დასახელებადეტალები
{{ $item->name }}@if($kind==='groups'){{ $item->occupied }}/{{ $item->capacity }} მონაწილე · @elseif($kind==='plans'){{ \App\Support\Money::format($item->amount_cents) }}@elseif($kind==='holidays'){{ $item->date->format('d.m.Y') }}@else{{ $item->address??$item->category??$item->capacity }}@endif
ჩანაწერები ჯერ არ არის.
{{ $items->links() }}
@endsection