@extends('frontend.layouts.app')
@section('title', $data['show']->name . ' - ' . app_name())
@php
$url = URL::current();
if($data['show']->status == 'N')
$no_index = 'NOINDEX';
$link = $blog_link = $association_link = '';
if($data['show']->details_link != '')
$link = $association_link = $data['show']->details_link;
if($data['show']->link != '')
$link = $blog_link = $data['show']->link;
@endphp
@push('head-area')
@endpush
@if(isset($no_index))
@push('head-area')
@endpush
@endif
@section('content')
{{ $data['show']->name }}
@endif
{!! $data['show']->details !!}
RECENT BLOG POSTS
@foreach($data['recent_posts'] as $rp)
@endforeach
{{--
@foreach($data['recent_posts'] as $rp)
--}}