@if(Request::route('linkeableResponse.linkeable.image')) @endif {{Request::route('linkeableResponse.linkeable.name')}} @foreach(Request::route('linkeableResponse.linkeable.pixels') as $pixel) @include("pixels.$pixel->type", ['pixel' => $pixel]) @endforeach @yield('head-end') @yield('body-end')