@if (config('front.bannerGroups'))
@foreach (config('front.bannerGroups') as $bannerGroup)
@include('back.partials.banners', ['banners' => $banners->where('group', $bannerGroup['group']), 'group' => $bannerGroup['group'], 'title' => $bannerGroup['name'] . $bannerGroup['size'] ])
@endforeach
@endif