# Create a sort-field like sort in resources/views/components/table/sort.blade.php: #
# # #
# # Create a sort-field like sort in resources/views/components/sort/sort-field.blade.php: # # Path: resources/views/components/sort/sort-field.blade.php #
#
# # # # #
#
# # # #
#
# # Compare this snippet from resources/views/components/table/sort.blade.php: @props(['field', 'direction']) @if($direction === 'asc') @elseif($direction === 'desc') @else @endif