@extends('back.layouts.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'All Posts') @section('content') @livewire('all-posts') @endsection @push('scripts') @endpush