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