@extends('frontend.app') @section('content')
{!! adCode('ad_all_page_top') !!}

{{ trans('Categories') }}

{{ trans('categories_subtitle') }}

    @each('frontend.cat-list', $data, 'item')
@include('frontend.pagination')
@if (!isInfiniteScroll()) {!! adCode('ad_all_page_bottom') !!} @endif
@endsection