Searching users...
@if ($term == "")
Enter a term to search for users.
@else @if($users->isEmpty())
No matching result was found.
@else @foreach($users as $user)

{{$user->shipping_name}}

{{$user->email}}

@endforeach @endif @endif
{{$users->links()}}