@extends('layouts.app') @section('content') @section('summary') @foreach ($arrData as $art) {{ $art['summary'] }} @endforeach @stop @if (isset($parents[4])) @if ($parents[4]['forpage'] == 'story') @if ($parents[4]['desktop'] == '1') @if ($parents[4]['status'] == 1) {!! $parents[4]['bscript'] !!} @else @endif @endif @endif @endif @if (isset($parents[0])) @if ($parents[0]['forpage'] == 'story') @if ($parents[0]['desktop'] == '1') @if ($parents[0]['status'] == 1) {!! $parents[0]['bscript'] !!} @else @endif @endif @endif @endif