@extends('stream.layout') @section('page_title', 'App') @section('page_slug', 'App') @section('content') @foreach($gradrientAvailable as $gradient) @foreach($colors as $mainColor) @foreach($colors as $secondColor) @include('stream.sample-item', ['gradientClass' => $gradient, 'color1Class' => $mainColor, 'color2class' =>$secondColor]) @endforeach @endforeach @endforeach @endsection