@extends('layouts.frontend') @section('title') {{ $category->name }} @endsection @section('meta_title') {{ $category->meta_title }} @endsection @section('meta_image') {{ asset('/storage/'.$category->image) }} @endsection @section('meta_description') {{ $category->meta_description }} @endsection {{-- @section('meta_title') {{ $blog->meta_title }} @endsection @section('meta_image') {{ asset('/storage/'.$blog->image) }} @endsection @section('meta_description') {{ $blog->meta_description }} @endsection --}} @section('content')
{{--
--}}

{{ $category->name }}


@forelse($blogs as $blog) @include('includes.blog_list',['blog'=>$blog]) @empty

No articles found

@endforelse
{{--
--}} {{ $blogs->links() }}
{{--
@include('includes.sidebar')
--}}
@endsection