@extends('layouts.app') @section('title', $vendor->shop_name) @section('content')
{{ $vendor->description }}
{{ $vendor->city }}, {{ $vendor->country }}
{{ $products->total() }} products from this vendor
@if($products->count() > 0)No products from this vendor yet.