@extends('front.axies.master') @section('body')
{{ __('Categories') }}
@if($posts->count())
@foreach($posts as $post)
cover}") }}" class="rounded-[1rem]"> @isset($post->category_slug) {{ fake()->text(15) }} @endisset {{ $post->name }}
{{ limit($post->short_description, 80) }}
{{ $post->created_at->format('j M, Y') }}
@endforeach
@if($posts->hasPages())
{{ $posts->links('vendor.pagination.tailwind') }}
@endif @else {{ __('0 Results found') }} @endif
@endsection