@extends("app") @section('head_title', $reaction->name .' | '.get_buzzy_config('sitename') ) @section('head_description', $reaction->name ) @section("content")
@include('_particles.other.reaction-emojis') @if($posts->total() > 0)
@foreach($posts as $k => $item) @include('pages.catpostloadpage') @endforeach
{!! $posts->render() !!}
@else @include('errors.emptycontent') @endif
@endsection