@extends('front/layouts/main') @section('title') @if(app('request')->input('saved') == 1) {{ @trans('movement.bookmarked_articles') }} @else {{ @trans('movement.seo_browse_movement_title') }} @endif @endsection @section('description'){{ @trans('movement.seo_browse_movement_desc') }}@endsection @section('content')
input('hot')) @if(app('request')->input('hot')== 1) value="1" @endif @endif>
import_export
filter_list Filter

@if(app('request')->input('saved') == 1) {{ @trans('movement.bookmarked_articles') }} @else {{ @trans('movement.browse_articles') }} @endif

input('hot')) @if(app('request')->input('hot')== 1) value="1" @endif @endif>
@if(isset($movements) && count($movements) > 0)
@foreach($movements as $movement)
@if($movement->cover_image != '') {{$movement->movement_title}} @endif
book{{$movement->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->first_name. ' '.$movement->last_name}} {{ @trans('movement.on') }} {{getDateFormat2($movement->updated_at)}}


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