TEST HTML

user
avatar
40 Points 0 Followers
Sngine Mods

View Profile
8 months ago In Design

Testing HTML

{if $user->_is_admin}   
              <button type="button" cl***="btn btn-danger js_admin-deleter" data-handle="user" data-id="{$data['user_id']}" data-redirect="{$system['system_url']}/{$control_panel['url']}/users">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
             button>
            {else}
             <button type="button" cl***="btn btn-danger disabled">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
              button>
            {/if}


Leave a comment

* Here is a list of sites you can embed video from List of sites

Comments

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

fcuk

* Here is a list of sites you can embed video from List of sites

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

* Here is a list of sites you can embed video from List of sites

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

* Here is a list of sites you can embed video from List of sites

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

* Here is a list of sites you can embed video from List of sites

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

* Here is a list of sites you can embed video from List of sites

user
avatar
476 Points 3 Followers
User One

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin luctus auctor eli...

View Profile
@userone

* Here is a list of sites you can embed video from List of sites

user
avatar
40 Points 0 Followers
Sngine Mods

View Profile
@snginemods

* Here is a list of sites you can embed video from List of sites

user
avatar
1879 Points 1 Followers
Apexadmin

View Profile
@Apexadmin

Mark Dice


Test Link

* Here is a list of sites you can embed video from List of sites

user
avatar
142 Points 3 Followers
User Four

Integer eleifend erat eget interdum bibendum. Etiam sagittis congue sem ac feugi...

View Profile
@userfour
{if $user->_is_admin}   
              <button type="button" cl***="btn btn-danger js_admin-deleter" data-handle="user" data-id="{$data['user_id']}" data-redirect="{$system['system_url']}/{$control_panel['url']}/users">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
             button>
            {else}
             <button type="button" cl***="btn btn-danger disabled">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
              button>
            {/if}


* Here is a list of sites you can embed video from List of sites

user
avatar
142 Points 3 Followers
User Four

Integer eleifend erat eget interdum bibendum. Etiam sagittis congue sem ac feugi...

View Profile
@userfour
{if $user->_is_admin}   
              <button type="button" cl***="btn btn-danger js_admin-deleter" data-handle="user" data-id="{$data['user_id']}" data-redirect="{$system['system_url']}/{$control_panel['url']}/users">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
             </button>
            {else}
             <button type="button" cl***="btn btn-danger disabled">
                <i cl***="fa fa-trash-alt mr5">i>{__("Delete User")}
              </button>
{/if}


8 months ago 0 Likes Report
user
avatar
142 Points 3 Followers
User Four

Integer eleifend erat eget interdum bibendum. Etiam sagittis congue sem ac feugi...

View Profile
@userfour
    <div class="vine-header mb-4" data-aos="fade-down" data-aos-easing="linear">
        <div class="container">
            <div class="row px-3">
                <div class="col-lg-12">
                    <ul class="breadcrumbs">
                        <li><a href="{{ route('home') }}"><span class="bi bi-house me-1"></span>Home</a></li>
                        <li><a href="{{ route('home.posts') }}">Posts</a></li>
                        <li>{{ $post->title }}</li>
                    </ul>
                    <h2 class="mb-2">{{ $post->title }}</h2>
                </div>
            </div>
        </div>
    </div><!--/vine-header-->


8 months ago 0 Likes Report