Untitled

 avatar
unknown
plain_text
4 years ago
1.0 kB
5
Indexable
<tr>
            <th scope='col'>
                <!--<a href= "{{ url('performance') . '?sort=id&order=asc' }}"><i class="fas fa-arrow-down"></i></a>-->
                <a href= "{{ route('performance.index', [$orderidasc]) }}"><i class="fas fa-arrow-down"></i></a>
                #id
                <a href= "{{ route('performance.index', [$orderiddesc]) }}"><i class="fas fa-arrow-up"></i></a>
            </th>
            <th scope="col"><i class="fas fa-arrow-down"></i> # id <i class="fas fa-arrow-up"></i></th>
            <th scope="col"><i class="fas fa-arrow-down"></i> name <i class="fas fa-arrow-up"></i></th>
            <th scope="col"><i class="fas fa-arrow-down"></i> category <i class="fas fa-arrow-up"></i></th>
            <th scope="col"><i class="fas fa-arrow-down"></i> artist <i class="fas fa-arrow-up"></i></th>
            <th scope="col"><i class="fas fa-arrow-down"></i> budget <i class="fas fa-arrow-up"></i></th>
            <th scope="col" colspan="3">&nbsp;</th>
        </tr>
Editor is loading...