@extends('front') @section('content')
@if ($productscategory->isNotEmpty()) @foreach ($productscategory as $category)
img
{{ $category->name }}

{{ $category->service_count }} @if ($category->service_count > 0) {{__('Services')}} @else {{__('Service')}} @endif

{{ __('View All') }}
@endforeach @else {{ __('category_not_available_info') }} @endif
@endsection