@extends('layouts.frontend') @section('content')

Coming Soon

{{--
    @if(isset($productcategories)) @foreach($productcategories as $productcategory)
  • {{$productcategory->title}}

    {!!$productcategory->description!!}

    FAQs Sample PDF Order Now
  • @endforeach @endif
--}}
@endsection