PHP Classes

File: resources/views/snippets/user_table.blade.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Polr Admin Dashboard   resources/views/snippets/user_table.blade.php   Download  
File: resources/views/snippets/user_table.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Polr Admin Dashboard
Another admin dashboard for the Polr URL shortener
Author: By
Last change:
Date: 6 years ago
Size: 432 bytes
 

Contents

Class file image Download
<table id="{{$table_id}}" class="table table-hover">
    <thead>
        <tr>
            <th class="col-sm-2">Username</th>
            <th class="col-sm-3">Email</th>
            <th class="col-sm-2">Created At</th>
            <th class="col-sm-1">Activated</th>
            <th class="col-sm-1">API</th>
            <th class="col-sm-2">Role</th>
            <th class="col-sm-1">Delete</th>
        </tr>
    </thead>
</table>