@extends('frontend::layouts.app') @section('title', $useCase->meta_title) @section('keywords', $useCase->meta_keywords) @section('description', $useCase->meta_description) @section('other_meta_tags') {!! $useCase->other_meta_tags !!} @endsection @section('content')
{{ $useCase->title }}
@if ($products->isNotEmpty())
{{ $useCase->title }}
{!! $useCase->description !!}
@if ($productSubCategories->isNotEmpty()) @endif
Our Products
@if ($products->lastPage() > 1)
  • @for ($i = 1; $i <= $products->lastPage(); $i++)
  • {{ $i }}
  • @endfor
@endif
@else
no result found
Oops! No Results Found
Back to Home
@endif
@endsection