@extends($layout ?? BaseHelper::getAdminMasterLayoutTemplate()) @section('content') @include('core/table::base-table') {!! \FriendsOfBotble\Comment\Forms\ReplyCommentForm::create()->renderForm() !!} {{ trans('plugins/fob-comment::comment.reply') }} {{ trans('plugins/fob-comment::comment.reply_modal.cancel') }} @stop @push('footer') @endpush