Viewing File: /home/markqprx/iniasli.pro/resources/app.blade.php

@extends('common::framework')

@if ($linkeable = $pageData['linkeable'] ?? null)
    @foreach ($linkeable->pixels as $pixel)
        @include("pixels.{$pixel->type}", ['pixel' => $pixel])
    @endforeach
@endif
Back to Directory File Manager