@extends('layouts.admin') @push('title', get_phrase('Knowledge_base')) @push('meta')@endpush @push('css')@endpush @section('content')
{{ get_phrase('Showing') . ' ' . count($articles) . ' ' . get_phrase('of') . ' ' . $articles->total() . ' ' . get_phrase('data') }}
{{ $articles->links() }}