@extends('Shared.Layouts.BilettmLayout',['folder' => 'mobile']) @section('after_styles') @endsection @push('after_styles') @endpush @section('content')
@include("Shared.Partials.FilterMenu")
@foreach($category->children as $cat) @php $cat_events = $events->where('sub_category_id',$cat->id); @endphp
{{$cat->title}}
@if($cat_events->count() == $cat->events_limit) {{__("ClientSide.rep")}} @endif
@endforeach @endsection @section('after_scripts') @endsection