@extends('front/layouts/main') @section('title')Latest {{$name}} Articles | {{ @trans('movement.empower') }}@endsection @section('description')Browse latest {{$name}} articles from different movers on #TheMovement at Empower.@endsection @section('content')
@if(isset($movements) && count($movements) > 0) @foreach($movements as $movement)
@if($movement->cover_image != '') {{$movement->movement_title}} @endif
book{{$movement->series->series_name}} @if($movement->does_contain_audio == 1) audiotrack @endif @if($movement->does_contain_video == 1) videocam @endif
{{$movement->movement_title}}

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


share {{$movement->count_share}}
@endforeach @else
{{ @trans('movement.no_article_found') }}
@endif
@endsection @push('pageJs') @endpush