@extends('layouts.app') @section('content')
@include('category.left')
{{ getOneCategory(10,'title') }}
@if (getArticlesBYCate(10,8)->isNotEmpty()) @foreach (getArticlesBYCate(10,8) as $article)
{{ $article->title }}
@endforeach @endif
@endsection @push('script') @endpush