@if($action == 'images')
@foreach($galleries as $result)
@endforeach
{!!$galleries->appends(Request::except('page'))->links()!!}
@if(count($galleries) == 0)
@lang('messages.purchasedNotFoundMemberControl')
@endif
@endif
@if($action == 'videos')
@foreach($videos as $result)
@endforeach
{!!$videos->appends(Request::except('page'))->links()!!}
@if(count($videos) == 0)
@lang('messages.purchasedvideosnotfound')
@endif
@endif