File: /var/www/vhost/disk-apps/teamdemo.sports-crowd.com/resources/views/users/modal/modalLog.blade.php
<!-- modal logs -->
<div id="logModal" class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="classInfo" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true" onclick="alertLogClients()">
×
</button>
<h4 class="modal-title" id="classModalLabel">
{{ Lang::get('messages.modal_subscribers.title_4')}}
</h4>
</div>
<div class="box-body table-responsive ">
<table id="example22" class="table table-bordered table-hover dataTable" role="grid" aria-describedby="example2_info" style="width:100%">
<thead>
<tr role="row">
<th class="sorting" tabindex="0" aria-controls="example22" rowspan="1" colspan="1" aria-label="Browser: activate to sort column ascending">{{ Lang::get('messages.fans.log')}}</th>
</tr>
</thead>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal" onclick="alertLogClients()">
{{ Lang::get('messages.modal_subscribers.title_5')}}
</button>
</div>
</div>
</div>
</div>