@extends('common::framework') @section('progressive-app-tags') {{-- --}} @endsection @section('angular-styles') {{--angular styles begin--}} {{--angular styles end--}} @endsection @section('angular-scripts') {{--angular scripts begin--}} {{--angular scripts end--}} @endsection @if($linkeable = Request::route('linkeableResponse.linkeable')) @foreach($linkeable->pixels as $pixel) @include("pixels.{$pixel->type}", ['pixel' => $pixel]) @endforeach @endif