Using TableHelper for sorting columns
<thead>
<tr>
<th>{{ \App\Helpers\TableHelper::uriColumnSorter('Created', 'donations.created_at') }}</th>
</tr>
</thead>
<tbody>
<td>{{ date('m/d/Y', strtotime($donation->created_at)) }}</td>
</tbody>