@extends ("partials.layout") @section ("title", "Search") @section ("content")

Search


@if (request ()->get ("query") != null)

People

[view all]
@forelse ($users as $user) @empty

No users found.

@endforelse

Hashtags

[view all]
@if (count ($hashtags) == 0)

No hashtags found.

@else @endif

Posts

@forelse ($posts as $post) @empty

No posts found.

@endforelse
{{ $posts->withQueryString ()->links ("pagination::default") }} @endif
@endsection