@extends('layouts.nursery-portal') @section('title', 'أطفالي') @section('content')

مرحباً،

{{ $guardian->name }}

أطفالي

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