@extends('layout.b2c') @section('title', 'Krojačeva škola – Online kursevi za lični i profesionalni razvoj') @section('description', 'Krojačeva škola nudi više od 200 online kurseva iz različitih oblasti – od komunikacije, IT-a i AI-ja, do marketinga, menadžmenta, jezika i psihološke ravnoteže. Uči sopstvenim tempom uz stručne predavače i praktične treninge.') @section('keywords', 'krojačeva škola, online kursevi, e-learning, edukacija, komunikacija, programiranje, AI, marketing, jezici, menadžment, prodaja, psihološka ravnoteža, motivacija, soft skills, digitalne veštine, online obuka, poslovne veštine, produktivnost') @section('og-meta-tags') @endsection @section('content') @include('front.partials.index_b2c._section-slider') @include('front.partials.index_b2c._courses-listing-section', [ 'categoryPathMap' => $categoryPathMap, 'courses' => $latestCourses, 'title' => 'Novi kursevi', 'subtitle' => 'Aktuelne teme, iskusni predavači, novi kursevi svakog meseca', ])
@include('front.partials.index_b2c._featured-instructors-section')
@include('front.partials.index_b2c._featured-course-section') @include('front.partials.index_b2c._courses-listing-section', [ 'categoryPathMap' => $categoryPathMap, 'courses' => $popularCourses, 'title' => 'Popularno', 'subtitle' => 'Kursevi koje učenici najviše gledaju i preporučuju', ]) @include('front.partials.index_b2c._courses-listing-section', [ 'categoryPathMap' => $categoryPathMap, 'courses' => $requiresCertificateCourses, 'title' => 'Traženi sertifikati', 'subtitle' => 'Prikaz liste kurseva najtraženijih sertifikata', ])

Novosti

Aktuelne teme, najave i obaveštenja iz Krojačeve škole

@foreach ($posts as $post)
@endforeach
{{-- @include('inc.B2C._footer') --}} @include('front.partials.index_b2c._footer') @endsection @section('modals-and-offcanvas') {{-- @include('front.courses.partials._offcanvas-categories-mobile') @include('front.courses.partials._offcanvas-search-mobile') @include('front.courses.partials._offcanvas-courses-filter') --}} @endsection @section('add-scripts') @parent @endsection