@extends('layouts.front.master') @section('contant')
@if(count($topCategory) > 0) @foreach($topCategory as $top) @endforeach @else

No top category found.

@endif
@stop