@include('include.message')
{{-- Active Networks --}}
Active Ads
@foreach ($activeItems as $item)
-
{{ $item->label }}
@endforeach
{{-- Disabled Networks --}}
Available Ad Networks
@foreach ($disabledItems as $item)
-
{{ $item->label }}
@endforeach
@push('script')
@endpush
@endsection