@extends('front/layouts/main') @section('title'){{ @trans('movement.seo_the_movement_title') }}@endsection @section('description'){{ @trans('movement.seo_the_movement_desc') }}@endsection @section('content')
@if(isset($popularMovement) && $popularMovement != '')
@if($popularMovement->cover_image != '') {{$popularMovement->movement_title}} @endif
book{{$popularMovement->series_name}}

{{$popularMovement->movement_title}}

{{ @trans('movement.by') }} {{$popularMovement->first_name. ' '.$popularMovement->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($popularMovement->updated_at)}}

share {{$popularMovement->count_share}}
@if(isset($popularMovements2) && count($popularMovements2) > 0) @foreach($popularMovements2 as $popularMovement2)
@if($popularMovement2->cover_image != '') {{$popularMovement2->movement_title}} @endif
book{{$popularMovement2->series_name}} @if($popularMovement2->does_contain_audio == 1) audiotrack @endif @if($popularMovement2->does_contain_video == 1) videocam @endif
{{$popularMovement2->movement_title}}

{{ @trans('movement.by') }} {{$popularMovement2->first_name. ' '.$popularMovement2->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($popularMovement2->updated_at)}}

share {{$popularMovement2->count_share}}
@endforeach @endif
@endif
@if(isset($popularHotOffThePress) && count($popularHotOffThePress) > 0)

{{ @trans('movement.hot_off_the_press') }}

{{ @trans('movement.view_all') }}
@foreach($popularHotOffThePress as $hotmovement)
@if($hotmovement->cover_image != '') {{$hotmovement->movement_title}} @endif
book{{$hotmovement->series_name}} @if($hotmovement->does_contain_audio == 1) audiotrack @endif @if($hotmovement->does_contain_video == 1) videocam @endif
{{$hotmovement->movement_title}}

{{ @trans('movement.by') }} {{$hotmovement->first_name. ' '.$hotmovement->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($hotmovement->updated_at)}}


share {{$hotmovement->count_share}}
@endforeach
@endif @if(isset($serires) && count($serires) > 0)

{{ @trans('movement.popular_series') }}

{{ @trans('movement.view_all') }}
@endif @if(isset($movers) && count($movers) > 0)
@endif @if( (isset($topics) && count($topics) > 0) || (isset($categories) && count($categories) > 0) )
@if(isset($categories) && count($categories) > 0)

{{@trans('movement.popular_categories')}}

@foreach($categories as $category) {{$category->name}} @endforeach
@endif @if(isset($topics) && count($topics) > 0)

{{@trans('movement.popular_topics')}} 

@foreach($topics as $topic) {{$topic->name}} @endforeach
@endif
@endif @if( (isset($topics) && count($videoMovements) > 0) || (isset($audioMovements) && count($audioMovements) > 0) )
@if(isset($videoMovements) && count($videoMovements) > 0)

{{ @trans('movement.articles_with_videos') }}

{{ @trans('movement.view_all') }}
@foreach($videoMovements as $videoMovement)
@if($videoMovement->cover_image != '') {{$videoMovement->movement_title}} @endif
book{{$videoMovement->series_name}} @if($videoMovement->does_contain_audio == 1) audiotrack @endif videocam
{{$videoMovement->movement_title}}

{{ @trans('movement.by') }} {{$videoMovement->first_name. ' '.$videoMovement->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($videoMovement->updated_at)}}


share {{$videoMovement->count_share}}
@endforeach
@endif @if(isset($audioMovements) && count($audioMovements) > 0)

{{ @trans('movement.articles_with_audios') }}

{{ @trans('movement.view_all') }}
@foreach($audioMovements as $audioMovement)
@if($audioMovement->cover_image != '') {{$audioMovement->movement_title}} @endif
book{{$audioMovement->series_name}} audiotrack @if($audioMovement->does_contain_video == 1) videocam @endif
{{$audioMovement->movement_title}}

{{ @trans('movement.by') }} {{$audioMovement->first_name. ' '.$audioMovement->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($audioMovement->updated_at)}}


share {{$audioMovement->count_share}}
@endforeach
@endif
@endif

Why Make a Move?

Influence

Influence

Reach an audience of professionals in our growing community

Brand

Brand

Position yourself as a Mover and industry leader

Synergy

Synergy

Easy integration of Audio and Video content allows you to draw on your creativity

Reach

Reach

Upload content on trending topics and have interested viewers be notified as your content is published

Run Individual & Company Pages

#TheMovement allows you to run both personal and company pages. When you register a profile, you gain direct access to our existing community. Unlike traditional social media platforms, you instantly have gain access to community in the tens of thousands.

@guest {{ @trans('movement.become_a_mover') }} @endif @if((Auth::user() && !Auth::user()->hasRole('mover')) ) {{ @trans('movement.become_a_mover') }} @endif
Run Individual & Company Pages
Create Series

Create Series

A series is a collection of articles or media content that has a running theme. #TheMovement allows you to run multiple series with completely different focuses, allowing you to showcase the full suite of your personality and passion. For example, you could run one series that is focused on ‘Book Reviews’ another Series with your “Reflections on the Fintech Industry” and third series with audio chats with other “Thought Leaders”

@guest {{ @trans('movement.become_a_mover') }} @endif @if((Auth::user() && !Auth::user()->hasRole('mover')) ) {{ @trans('movement.become_a_mover') }} @endif

Speaker Inquiries

Make your online persona reap opportunities in your Professional Career. When registering your Mover Profile, you can tick the ‘Open for Inquiries’ feature. This will publically inform content viewers that you are open to Public Speaking and Panel Engagements.

@guest {{ @trans('movement.become_a_mover') }} @endif @if((Auth::user() && !Auth::user()->hasRole('mover')) ) {{ @trans('movement.become_a_mover') }} @endif
Speaker Inquiries
@guest

{{ @trans('movement.join_empower_movement_now') }}

{{ @trans('movement.join_empower_movement_now_notes') }}

{{ @trans('movement.become_a_mover') }}
@endguest @if((Auth::user() && !Auth::user()->hasRole('mover')) )

{{ @trans('movement.join_empower_movement_now') }}

{{ @trans('movement.join_empower_movement_now_notes') }}

{{ @trans('movement.become_a_mover') }}
@endif
@endsection