@extends('layouts.app') @section('title', 'ბავშვის მონაცემები') @section('content')

{{ $child->exists?'ბავშვის მონაცემები':'ახალი ბავშვი' }}

@csrf
@endsection