@extends('frontend::layouts.app') @section('title', $seatingSolution->meta_title) @section('keywords', $seatingSolution->meta_keywords) @section('description', $seatingSolution->meta_description) @section('other_meta_tags') {!! $seatingSolution->other_meta_tags !!} @endsection @section('content')
{{ $seatingSolution->title }}
@if ($products->isNotEmpty())
{{ $seatingSolution->title }}
{!! $seatingSolution->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