@include('Website.Includes.header', ['meta_Details' => $meta_details]) @php use Illuminate\Support\Facades\Auth; use App\General\ProductClass; $logged_in_user = Auth::user(); $default_collection = 0; $collection_index = 1; @endphp

Collection

Home - Collection

@if ($collectionproducts->isNotEmpty()) @endif
@if ($collectionproducts->isEmpty())
No Collection Found
@endif
@include('Website.Includes.footer')