laravel order by null coming betweenb 0 and 1 code example
Example: laravel order by asc not null
select id, slug, position from products order by -position DESC
select id, slug, position from products order by -position DESC