@extends('frontend::layouts.app') @section('title', $metaTags['metaTitle']) @section('keywords', $metaTags['metaKeywords']) @section('description', $metaTags['metaDescription']) @section('other_meta_tags') {!! $metaTags['otherMetaTags'] !!} @endsection @push('css') @if ($products->count() % 2 === 0) @endif @endpush @section('content')