@if(isset($category) && count($category)>0) @foreach($category as $c)
{{$c->{'label_'.app()->getLocale()} }}
@foreach($artists as $artist) @if($artist->category==$c->id) @include('includes.gal')
{{$artist->{'name_'.app()->getLocale()} }} {{-- {{count($artist->paintings)}} paintings--}}
@endif @endforeach
@endforeach @endif