@extends('pages.frontend.layout.index') @section('content')

Latest Series

@if(count($articles) > 0) @foreach($articles as $article)
{{--
18 / 18
11
9141
--}}
  • {{$article->tag == 1 ? 'On Going':'Completed'}}
{{$article->title}}
@endforeach @endif
{!! $articles->links() !!}
{{--
1 2 3 4 5
--}}
@endsection