@forelse($favorites as $fav)
...
{{$fav->restaurant->name ?? null}} {{ number_format($fav->restaurant->rating ?? null, 1) }}

{{$fav->restaurant->restaurant_distance ?? null}}

{{$fav->restaurant->expected_travel_time ?? null}}

@empty

No Favorites Restaurants Found.

@endforelse {{-- @if ($favorites->hasPages())--}} {{--
--}} {{-- {{ $favorites->appends(request()->query())->links() }}--}} {{--
--}} {{-- @endif--}}