'viadeo' => 'lab la-viadeo',
];
-// $res = [];
+ $res = [];
+
// foreach ($icons as $social => $icon) {
// $res[$social] = ['nb' => rand(1, 100), 'icon' => $icon];
// }
<table class="{!! $tableClasses !!}">
<thead>
<tr>
- <th>{{ __('URL') }}</th>
- <th class="sorttable_sorted_reverse">{{ __('Clics') }}</th>
+ <th style="width: 80%;">{{ __('URL') }}</th>
+ <th style="width: 20%;" class="sorttable_sorted_reverse">{{ __('Clics') }}</th>
</tr>
</thead>
<tbody>
<table class="{!! $tableClasses !!}">
<thead>
<tr>
- <th>{{ __('Requêtes') }}</th>
- <th class="sorttable_sorted_reverse">{{ __('Nombre') }}</th>
+ <th style="width: 70%;">{{ __('Requêtes') }}</th>
+ <th style="width: 30%;" class="sorttable_sorted_reverse">{{ __('Nombre') }}</th>
</tr>
</thead>
<tbody>
<table class="{!! $tableClasses !!}">
<thead>
<tr>
- <th>{{ __('Pays') }}</th>
- <th class="sorttable_sorted_reverse">{{ __('Nombre de visites') }}</th>
+ <th style="width: 70%;">{{ __('Pays') }}</th>
+ <th style="width: 30%;" class="sorttable_sorted_reverse">{{ __('Visites') }}</th>
</tr>
</thead>
<tbody>