@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('parent.showChildrens'), 'name' => "الأبناء"],['name'=> 'جميع الأبناء']],['title'=> 'ادارة الأبناء']]; @endphp @section('title', 'الأبناء') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@if(request()->has('status')) @endif

ادارة الابناء

عدد الابناء بالمدرسه ..{{count($guardianChildrens)}}

@foreach ($guardianChildrens as $children)
{{ $children->student_name }}

{{$children->school_name}}

{{ $children->level_name }} - {{ $children->gender_name }}

@endforeach
@endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('page-script') @endsection