@extends('frontend.layout.layout') @section('title', 'posts') @section('main') @livewire('frontend.posts-by-filter', ['type' => $type,'slug' => $slug]) @endsection