@extends('back.layouts.master') @section('content')
@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
{{-- delete banner modal --}} @endsection @push('scripts') @endpush