@extends('layouts.main') @section('page-id', '606d765bf25abaf390c6262f') @section('content')

Search Results for ‘{{ Request::get('s') }}’

Products

Learn

Products

@if (count($products) > 0) @foreach ($products as $product)

{{ $product->name }}

View product
@endforeach @else
No products found
@endif

Learn

@if (count($articles) > 0) @foreach ($articles as $article) @php $category = $article->categories()->first(); @endphp @endforeach @else
No articles found
@endif @if (count($species) > 0) @foreach ($species as $specie) @endforeach @endif

Didn’t find what you were looking for?
Try a different search term.

@endsection