@extends('layouts.app') @section('content')
@forelse ($pages_top as $page) @if ($loop->iteration % 2 == 0)
{{ $page->title }}

{{ $page->title }}

{{ $page->short_description }}

اقرأ المزيد
@else

{{ $page->title }}

{{ $page->short_description }}

اقرأ المزيد
{{ $page->title }}
@endif @empty @endforelse

استكشف دوراتنا

@forelse ($courses as $course)
{{ $course->title }}
{{ $course->courseCategory->title??'' }}

{{ $course->title }}

{{ $course->short_description }}

{{ $course->lessons->sum('total_duration') }} ساعة {{ $course->price }} جنيه
سجّل الآن
@empty @endforelse
@forelse ($pages_bottom as $page) @if ($loop->iteration % 2 != 0)
{{ $page->title }}

{{ $page->title }}

{{ $page->short_description }}

اقرأ المزيد
@else

{{ $page->title }}

{{ $page->short_description }}

اقرأ المزيد
{{ $page->title }}
@endif @empty @endforelse

أحدث التصميمات

@forelse ($designs as $design)
{{ $design->title??'' }}

{{ $design->title }}

@empty @endforelse
اقرأ المزيد
@endsection