@if($showcart)

Your cart

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

{{ $product->name }}

Code: {{ $product->code_no }}

@endforeach @endif
@endif @if($showsearch)

Search entire store here...

Loading…
@if($results->isEmpty())

No results found.

@else @foreach($results as $result) {{ $result['name'] }} @endforeach @endif
@endif