File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/e072b98afb9ad993a97cd1e9f0c09587.php
Back
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; $__newAttributes = []; $__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames((['type'])); foreach ($attributes->all() as $__key => $__value) { if (in_array($__key, $__propNames)) { $$__key = $$__key ?? $__value; } else { $__newAttributes[$__key] = $__value; } } $attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes); unset($__propNames); unset($__newAttributes); foreach (array_filter((['type']), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } $__defined_vars = get_defined_vars(); foreach ($attributes->all() as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } unset($__defined_vars, $__key, $__value); ?> <div class="flex gap-3"> <img :src="avatarUrl(type === 'reply' ? reply.user.name : comment.user.name)" :class="type === 'reply' ? 'w-6 h-6' : 'w-8 h-8'" class="rounded-full bg-gray-200 flex-shrink-0"> <div class="flex-1"> <div :class="type === 'reply' ? 'bg-gray-100 p-2.5' : 'bg-white p-3'" class="rounded-lg border border-gray-200 shadow-sm"> <div class="flex justify-between items-start"> <span class="font-bold text-xs text-gray-900" x-text="type === 'reply' ? reply.user.name : comment.user.name"></span> <span class="text-[10px] text-gray-400">Just now</span> </div> <p class="text-sm text-gray-700 mt-1" x-text="type === 'reply' ? reply.content : comment.content"></p> </div> <div class="flex items-center gap-4 mt-1 pl-1"> <span class="text-xs font-medium text-gray-400">Like</span> <span class="text-xs font-medium text-gray-400" x-show="type !== 'reply'">Reply</span> </div> </div> </div><?php /**PATH /var/www/ratemypay_dev/resources/views/components/network/comment-item-template.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings