@extends('web.layouts.container') @section('content')

{{__('main.learn_with_us')}}

{{__('main.lead_new_generation')}}

{{\Illuminate\Support\Str::limit($about ?? null ? $about->description['description_'.getCurrentLocale()] : '', 200)}}

{{__('main.teach_more')}}
@if($photo) header-img @else header-img @endif

{!! $firstServices ?? null ? $firstServices->title : '' !!}

services-icon.png

{!! $firstServices ?? null ? $firstServices->description : '' !!}

{{-- @if($services->count())--}} {{-- @foreach($services as $service)--}} {{--
--}} {{--
--}} {{-- --}} {{--
الأعمال
--}} {{--

52 كورس

--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{-- @endif--}}
services-icon-1.svg
{{count($allServices) > 3 ? $allServices[0]['title'] : ''}}

{!! count($allServices) > 3 ? $allServices[0]['description'] : '' !!}

services-icon-2.svg
{{count($allServices) > 3 ? $allServices[1]['title'] : ''}}

{!! count($allServices) > 3 ? $allServices[1]['description'] : '' !!}

services-icon-3.svg
{{count($allServices) > 3 ? $allServices[2]['title'] : ''}}

{!! count($allServices) > 3 ? $allServices[2]['description'] : '' !!}

services-icon-4.svg
{{count($allServices) > 3 ? $allServices[3]['title'] : ''}}

{!! count($allServices) > 3 ? $allServices[3]['description'] : '' !!}

{{__('main.why_us')}}

{!! \Illuminate\Support\Str::limit($about ?? null ? $about->description['description_'.getCurrentLocale()] : '', 600) !!}

{{__('main.what_we_do')}}
{{__('main.join_us')}}

{{__('main.register_now')}}

about-icon.svg

خدمة تعليمية هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم،
ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص.
خدمة تعليمية هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص

{{__('main.contact_with_us')}}
@csrf()
@endsection @section('inner_js') @endsection