@extends('layouts.welcomelayouts.app') @section('title') {{$seller->title}} - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')

{{$seller->title}}

{{App\Model\Product::where('active', true)->where('seller_id',$seller->id)->latest()->count()}} Products
@foreach($products as $product)
@include('welcome.products.include.productCard')
@endforeach
{{$products->links()}}
@endsection @push('js') @endpush