5 lines
95 B
PHP
5 lines
95 B
PHP
@extends('admin.layout')
|
|
|
|
@section('content')
|
|
@livewire('admin-comment-search')
|
|
@endsection |