{% extends 'base.html.twig' %} {% block title %}Courses {% endblock %} {% block body %} {% include 'includes/header.html.twig' %}
Logo

Foorsa Edu is one of world best virtual learning network eLearning.

You can be your own Guiding star with our help

{% for type, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %}
filter-icon
Filter
{% if app.request.query.all is not empty %} {% endif %}
{{ pagination.getTotalItemCount }} Results
{% include 'includes/filtre.html.twig' with { topics, levels, languages } %}
{% for course in pagination.items %} {% include 'components/course_card.html.twig' with { 'course': course ,class:'mb-4' } %} {% endfor %}
{% if pagination.getTotalItemCount > pagination.getItemNumberPerPage %} {{ include('pagination/custom_pagination.html.twig', { 'pagination': pagination }) }} {% endif %}

{{ 'Popular Courses' }}

{{ 'Featured Courses' }}

imgArticle
{{ 'Design' }}
Author-Img {{ 'by Lorem Ipsum' }}

{{ 'The Python Mega Course: Build 10 Real World Applications' }}

Advance 14 5.0
$40.00
imgArticle
{{ 'Web Development' }}
Author-Img {{ 'by Lorem Ipsum' }}

{{ 'Learn Python Programming Masterclass' }}

Advance 14 5.0
$40.00
imgArticle
{{ 'Design' }}
Author-Img {{ 'by Lorem Ipsum' }}

{{ 'Java Programming Masterclass covering Java 11 & Java 17' }}

Advance 14 5.0
$40.00
{% include 'includes/footer.html.twig' %} {% endblock %}