@extends('layouts.app') @section('title', 'ჩანაწერის შენახვა') @section('content')

{{ $c[0] }}

{{ $item->exists?'რედაქტირება':'ახალი ჩანაწერი' }}

← სიაში დაბრუნება
@csrf
@foreach($c[2] as $name=>$field)@php($value=$item->$name)@if($value instanceof \DateTimeInterface)@php($value=$value->format('Y-m-d'))@elseif($field[1]==='time')@php($value=substr($value??'09:00',0,5))@elseif($field[1]==='money')@php($value=number_format(($value??0)/100,2,'.',''))@endif @if($field[1]==='select')@else@endif @endforeach @if($kind==='groups')
მწვრთნელები@forelse($coaches as $id=>$name)@empty

ჯერ მოიწვიეთ მწვრთნელი „გუნდი და წვდომები“ გვერდიდან.

@endforelse
@endif
@endsection