@extends($activeTemplate . 'layouts.frontend') @section('content') @if (count($collection->products) > 0) @lang('Add All Items to Cart') @endif @forelse ($collection->products()->with('author','users')->get() as $product) @empty @endforelse @include($activeTemplate . 'user.product.add_to_collection') @endsection @push('script') @endpush @push('style') @endpush