@extends('layouts.master') @section('title', isset($data) ? $data['result']['name'] : \Lang::get('article.article')) @section('meta') @if(isset($data)) @if($data['result']['keywords']) @else @endif @if($data['result']['description']) @endif @endif @stop @section('css') {{-- Avoid duplicate js file calling --}} @stop @section('content') @if($access)
Your membership has expired. Please click here to renew your membership before you can access this page. Once you have renewed your membership, refresh this page to view its content.
--}} @php $preg_match_pattern = [ "\[\[article_list_top\d+\]\]|\[\[article_list_top\d+_date\]\]", "\[\[event_list_top\d+\]\]|\[\[event_list_top\d+_date\]\]", "\[\[topic_list_top\d+\]\]", "\[\[article_[A-Za-z0-9]+_link\]\]|\[\[article_[A-Za-z0-9]+_link_date\]\]", "\[\[speaker_[A-Za-z0-9]+_table\]\]" ]; @endphp @if(preg_match('/'.implode('|', $preg_match_pattern).'/', $data['result']['value']) !== false) @include('layouts.partials.news', ['content' => $data['result']['value']]) @else {!! $data['result']['value'] !!} @endif {{--
--}} @endif {{--@lang('article.login_message')