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/job-board.corals.io/resources/themes/directory-basic/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/job-board.corals.io/resources/themes/directory-basic/partials/blog_sidebar.blade.php
<div class="box-widget-wrap">
    <!--box-widget-item -->
    <div class="box-widget-item fl-wrap">
        <div class="box-widget-item-header">
            <h3>@lang('corals-directory-basic::labels.blog.Search blog') :</h3>
        </div>
        <div class="box-widget search-widget">
            <form action="{{ url('blog') }}" method="get" class="fl-wrap">
                <input name="query" id="se" type="text" class="search" placeholder="@lang('corals-directory-basic::labels.blog.Search blog')"
                />
                <button class="search-submit" id="submit_btn"><i
                            class="fa fa-search transition"></i></button>
            </form>
        </div>
    </div>
    <!--box-widget-item end -->
    <!--box-widget-item -->
    <div class="box-widget-item fl-wrap">
        <div class="box-widget-item-header">
            <h3>@lang('corals-directory-basic::labels.partial.tag_cloud') :</h3>
        </div>
        <div class="list-single-tags tags-stylwrap">
            @foreach(\CMS::getTagsList(true,'active') as $tag)
                <a class="{{ Request::is('tag/'.$tag->slug)?'active':'' }}" href="{{url('tag/'.$tag->slug)}}">{{$tag->name}}</a>
            @endforeach
        </div>
    </div>
    <!--box-widget-item end -->
    <!--box-widget-item -->
    <!--box-widget-item -->
    <div class="box-widget-item fl-wrap">
        <div class="box-widget-item-header">
            <h3>@lang('corals-directory-basic::labels.partial.categories') :</h3>
        </div>
        <div class="box-widget">
            <div class="box-widget-content">
                <ul class="cat-item">
                    @foreach(\CMS::getCategoriesList(true,'active') as $category)
                        <li><a href="{{url('category/'.$category->slug)}}">{{$category->name}}</a>
                            <span>({{\CMS::getCategoryPostsCount($category)}})</span></li>
                    @endforeach
                </ul>
            </div>
        </div>
    </div>
    <!--box-widget-item end -->
</div>

Spamworldpro Mini