@extends('layouts.app') @section('title', 'განაცხადები') @section('content')

რეგისტრაციის განაცხადები

@forelse($items as $item)

{{ $item->child->name }}

{{ $item->group->name }} · {{ $item->user->name }} · {{ $item->requested_start->format('d.m.Y') }} {{ $item->trial?'· საცდელი':'' }}

{{ $item->reason }}

@if(in_array($item->status,['pending','waitlist','trial']))
@csrf@endifბავშვის პროფილი →
@empty

განაცხადები არ არის.

@endforelse{{ $items->links() }} @endsection