@extends('layouts.app') @section('content') @include('articles.partials.home-css')

@include('partials.navbar') @include('articles.partials.home-css')
{{--
← Back to Homepage
--}}

{{ $category }}

@forelse ($articles as $article) @empty

No articles found in this category.

@endforelse


More Technology News


{{-- @include('partials.podcast-grid') --}}
                                  {{--
                                  {{ $articles->links() }}
                                  --}}


                                  {{-- --}} {{-- --}} @endsection