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

{{ $banner->currentDescription->texts['text_1'] ?? "" }} {{ $banner->currentDescription->texts['text_2'] ?? "" }}

{{ $banner->currentDescription->texts['text_3'] ?? "" }} ... {{ $banner->currentDescription->texts['text_4'] ?? "" }} {{ $banner->currentDescription->texts['text_5'] ?? "" }}

{{ strip_tags($banner->currentDescription->description ?? "") }}

{{ $firstCategory->name ?? "" }}

{{ __('courses::courses.all_courses') }}

{{ __('courses::courses.other_courses') }}

{{ __('courses::courses.all_courses') }}
{{ $joinUsTeacherBanner->currentDescription->title ??

{{ $joinUsTeacherBanner->currentDescription->subtitle ?? "" }}

{{ strip_tags($joinUsTeacherBanner->currentDescription->description ?? "") }}
{{ __('main.join_now') }}

{{ __('products::products.products') }}

{{ __('products::products.all_products') }}
@if($products->isNotEmpty()) @foreach($products as $product)
@include('web.products::_product_card', ['product' => $product])
@endforeach @endif
{{ $joinUsStudentBanner->currentDescription->title ??

{{ $joinUsStudentBanner->currentDescription->subtitle ?? "" }}

{{ strip_tags($joinUsStudentBanner->currentDescription->description ?? "") }}
@guest {{ __('main.join_now') }} @endguest

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

@endsection @push('stack_scripts') @endpush