@php Theme::asset()->add('fob-comment-css', asset('vendor/core/plugins/fob-comment/css/comment.css')); Theme::asset()->container('footer')->add('fob-comment-js', asset('vendor/core/plugins/fob-comment/js/comment.js')); Theme::registerToastNotification(); use FriendsOfBotble\Comment\Forms\Fronts\CommentForm; @endphp

{{ trans('plugins/fob-comment::comment.front.form.title') }}

{{ trans('plugins/fob-comment::comment.front.form.description') }}

{!! CommentForm::createWithReference($model)->renderForm() !!}