[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: comments.blade.php
<div class="mt-35"> <h2 class="section-title after-line">{{ trans('panel.comments') }} <span class="ml-5">({{ $comments->count() }})</span></h2> <div class="mt-20"> <form action="/comments/store" method="post"> <input type="hidden" name="_token" value=" {{ csrf_token() }}"> <input type="hidden" id="commentItemId" name="item_id" value="{{ $inputValue }}"> <input type="hidden" id="commentItemName" name="item_name" value="{{ $inputName }}"> <div class="form-group"> <textarea name="comment" class="form-control @error('comment') is-invalid @enderror" rows="10"></textarea> <div class="invalid-feedback">@error('comment') {{ $message }} @enderror</div> </div> <button type="submit" class="btn btn-sm btn-primary">{{ trans('product.post_comment') }}</button> </form> </div> @if(!empty(session()->has('msg'))) <div class="alert alert-success my-25"> {{ session()->get('msg') }} </div> @endif @if($comments) @foreach($comments as $comment) <div class="comments-card shadow-lg rounded-sm border px-20 py-15 mt-30" data-address="/comments/{{ $comment->id }}/reply" data-csrf="{{ csrf_token() }}" data-id="{{ $comment->id }}"> <div class="d-flex align-items-center justify-content-between"> <div class="user-inline-avatar d-flex align-items-center mt-10"> <div class="avatar bg-gray200"> <img src="{{ $comment->user->getAvatar() }}" class="img-cover" alt=""> </div> <div class="d-flex flex-column ml-5"> <span class="font-weight-500 text-secondary">{{ $comment->user->full_name }}</span> <span class="font-12 text-gray"> @if(!$comment->user->isUser() and !empty($course) and ($course->creator_id == $comment->user_id or $course->teacher_id == $comment->user_id)) {{ trans('panel.teacher') }} @elseif($comment->user->isUser() or (!empty($course) and $course->checkUserHasBought($comment->user))) {{ trans('quiz.student') }} @elseif($comment->user->isAdmin()) {{ trans('panel.staff') }} @else {{ trans('panel.user') }} @endif </span> </div> </div> <div class="d-flex align-items-center"> <span class="font-12 text-gray mr-10">{{ dateTimeFormat($comment->created_at, 'j M Y | H:i') }}</span> <div class="btn-group dropdown table-actions"> <button type="button" class="btn-transparent dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i data-feather="more-vertical" height="20"></i> </button> <div class="dropdown-menu"> <button type="button" class="btn-transparent webinar-actions d-block text-hover-primary reply-comment">{{ trans('panel.reply') }}</button> <button type="button" data-item-id="{{ $inputValue }}" data-comment-id="{{ $comment->id }}" class="btn-transparent webinar-actions d-block mt-10 text-hover-primary report-comment">{{ trans('panel.report') }}</button> @if(auth()->check() and auth()->user()->id == $comment->user_id) <a href="/comments/{{ $comment->id }}/delete" class="webinar-actions d-block mt-10 text-hover-primary">{{ trans('public.delete') }}</a> @endif </div> </div> </div> </div> <div class="font-14 mt-20 text-gray"> {!! nl2br(clean($comment->comment)) !!} </div> @if(!empty($comment->replies) and $comment->replies->count() > 0) @foreach($comment->replies as $reply) <div class="rounded-sm border px-20 py-15 mt-30"> <div class="d-flex align-items-center justify-content-between"> <div class="user-inline-avatar d-flex align-items-center mt-10"> <div class="avatar bg-gray200"> <img src="{{ $reply->user->getAvatar() }}" class="img-cover" alt=""> </div> <div class="d-flex flex-column ml-5"> <span class="font-weight-500 text-secondary">{{ $reply->user->full_name }}</span> <span class="font-12 text-gray"> @if(!$reply->user->isUser() and !empty($course) and ($course->creator_id == $reply->user_id or $course->teacher_id == $reply->user_id)) {{ trans('panel.teacher') }} @elseif($reply->user->isUser() or (!empty($course) and $course->checkUserHasBought($reply->user))) {{ trans('quiz.student') }} @elseif($reply->user->isAdmin()) {{ trans('panel.staff') }} @else {{ trans('panel.user') }} @endif </span> </div> </div> <div class="d-flex align-items-center"> <span class="font-12 text-gray mr-10">{{ dateTimeFormat($reply->created_at, 'j M Y | H:i') }}</span> <div class="btn-group dropdown table-actions"> <button type="button" class="btn-transparent dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <i data-feather="more-vertical" height="20"></i> </button> <div class="dropdown-menu"> <button type="button" class="btn-transparent webinar-actions d-block text-hover-primary reply-comment">{{ trans('panel.reply') }}</button> <button type="button" data-item-id="{{ $inputValue }}" data-comment-id="{{ $reply->id }}" class="btn-transparent webinar-actions d-block mt-10 text-hover-primary report-comment">{{ trans('panel.report') }}</button> @if(auth()->check() and auth()->user()->id == $reply->user_id) <a href="/comments/{{ $reply->id }}/delete" class="webinar-actions d-block mt-10 text-hover-primary">{{ trans('public.delete') }}</a> @endif </div> </div> </div> </div> <div class="font-14 mt-20 text-gray"> {!! nl2br(clean($reply->comment)) !!} </div> </div> @endforeach @endif </div> @endforeach @endif </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.84 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285