@extends('layouts.app') @section('title', 'განაცხადები') @section('content')
{{ $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']))@endifბავშვის პროფილი →განაცხადები არ არის.
@endforelse{{ $items->links() }} @endsection