@extends('layouts.nursery-portal')
@section('title', 'أطفالي')
@section('content')
أطفالي
@if($children->isEmpty())
لا يوجد أطفال نشطون مرتبطون بحسابك حالياً.
@else
@endif
@endsection
@section('bottom_nav')
@include('nursery.partials.portal-nav')
@endsection