@extends('frontend.layouts.app') @section('content')

Quick Contact

@if (Session::has('success'))

{{Session::get('success')}}

@else

 

@endif

Digital Marketing Training For

Professional

Entrepreneur

Job Seekers

Corporate

@if(count($courses) > 0)

Specialized Courses (Realistic Training Module, which will help student for building their Digital Marketing Career)

@foreach($courses as $course) @endforeach
@endif @if(count($mentors) > 0)

Meet the Mentors

Grounded Experience of 8+ Years in Professional Digital Marketing

@foreach($mentors as $mentor)

{{$mentor->name}}

@endforeach
@endif @if(count($services) > 0)

Services

Customized Digital Services as per your Requirement

@foreach($services as $service) @endforeach
@endif @if(count($news) > 0)

Latest Update (We are specialized in PR, SEO and Market Research News with assured maximum results.)

Connect on info@souqdigi.com or bdsouqdigi@gmail.com

@foreach($news as $newsItem) @endforeach
@endif

Testimonials

@foreach($testimonial as $testimonialItem)

{{ $testimonialItem->name }} - {{ $testimonialItem->city }}

{!! $testimonialItem->comment !!}

@endforeach
{!! $setting->youtubeIframe !!}
@endsection