@extends('layouts.front.home') @section('title') AFAQ @endsection @section('css') @endsection @section('content')

Evaluate Your Organization's

Marketing Management

shape

Online Course

Get a report of your strengths and weaknesses

Read More
Team Meeting
Team Meeting
Asmaa Ebrahem
Team Meeting

Comprehensive
Marketing and Sales
Assessment

Team Meeting

Ahmed Ebrahem

Team Meeting
@include('flash::message') @if ($errors->any())
@endif @isset($report['services'])

Our Services

vector

Onlearning is one powerful online software suite that combines all the tools needed to run a successful school or office.

@endisset @isset($report['articles'])

Latest Articles

vector
@if(count($report['articles']) > 0) @php $featuredArticle = $report['articles']->first(); $otherArticles = $report['articles']->skip(1)->take(3); @endphp
{{ $featuredArticle->title }}

{{ $featuredArticle->title }}

{{ Str::limit($featuredArticle->desc, 150) }}

@foreach($otherArticles as $index => $article)
{{ $article->title }}
{{ $article->title }}

{{ Str::limit($article->desc, 200) }}

@endforeach @if($otherArticles->count() == 0)

No more articles available

@endif
@else

No articles available at the moment

@endif
@endisset @isset($report['files'])

Latest Files

vector

Onlearing is one powerful online software suite that combines all the tools
needed to run a successful school or office.

@endisset @isset($report['courses'])

Latest Courses

vector
@endisset
@endsection @section('script') @endsection