@extends('components.layouts.admin.admin-layout') @section('title', 'Comments') @section('heading', 'Comments') @section('contents') @livewire('admin.post-comment') @endsection