@extends('layouts.sitelayout') @section('content')
    @if(count($lms_cates)) @foreach($lms_cates as $category)
  • slug}}>{{$category->category}}
  • @endforeach @else

    {{getPhrase('no_categories_are_available')}}

    @endif
@if(count($all_series))
    {{ $all_series->links() }}
@endif
@stop @section('footer_scripts') @stop