الرئيسية
من نحن
@foreach (App\Models\About::where('parent', '0')->get() as $system)
@php $childs = App\Models\About::where("parent",$system->id)->get() @endphp
{{ $system->title }}
@if (count($childs) > 0)
@foreach ($childs as $child)
{{ $child->title }}
@endforeach
@endif
@endforeach
الأنظمة
@foreach (App\Models\System::where('parent', '0')->get() as $system)
@php $childs = App\Models\System::where("parent",$system->id)->get() @endphp
{{ $system->title }} {{-- @if (count($childs) > 0)
@endif --}}
@if (count($childs) > 0)
@foreach ($childs as $child)
{{ $child->title }}
@endforeach
@endif
@endforeach
خدمتنا
@foreach (App\Models\Service::where('parent', '0')->get() as $system)
@php $childs = App\Models\Service::where("parent",$system->id)->get() @endphp
{{ $system->title }} {{-- @if (count($childs) > 0)
@endif --}}
@if (count($childs) > 0)
@foreach ($childs as $child)
{{ $child->title }}
@endforeach
@endif
@endforeach
بوابة الوفاق
المبادرات التنموية
@foreach (App\Models\Initiative::where('parent', '0')->get() as $system)
@php $childs = App\Models\Initiative::where("parent",$system->id)->get() @endphp
{{ $system->title }} {{-- @if (count($childs) > 0)
@endif --}}
@if (count($childs) > 0)
@foreach ($childs as $child)
{{ $child->title }}
@endforeach
@endif
@endforeach
البرامج والتدريب
@foreach (App\Models\Program::where('parent', '0')->get() as $system)
@php $childs = App\Models\Program::where("parent",$system->id)->get() @endphp
{{ $system->title }} {{-- @if (count($childs) > 0)
@endif --}}
@if (count($childs) > 0)
@foreach ($childs as $child)
{{ $child->title }}
@endforeach
@endif
@endforeach
الاتصال بنا
الشكاوى والاقتراحات
{{--
اقتراحات
--}}
الوظائف
التوظيف
التطوع
الهيكل الادارى
{{--
--}}
@yield('content')
© 2023 - جميع الحقوق محفوظة لجمعية الوفاق الاسرية