@extends('layouts.app') @section('meta_title','Best Dermatology & Skincare Products') @section('meta_keywords','All Products') @section('meta_description','Find the best quality and wide range of Derma and Skincare products. Our derma product range cover the Tables, Capsules, Lotions, Skincare, Face Wash, Cream & Ointments, Soaps, etc.') @section('meta_image') content="{{ Request::root() }}/images/QndQ-Logo-Final.png" @endsection @section('content')





All Products

@if(count($products) == 0)
No Products Found.
@else
@foreach ($products as $item) @endforeach
{{ $products->links() }} @endif

@endsection