@extends('frontend::layouts.master', [ 'entertainment' => (object) array_filter([ 'meta_title' => $data['meta_title'] ?? null, 'short_description' => $data['short_description'] ?? null, 'meta_keywords' => $data['meta_keywords'] ?? null, 'meta_description' => $data['meta_description'] ?? null, 'seo_image' => $data['seo_image'] ?? null, 'google_site_verification' => $data['google_site_verification'] ?? null, 'canonical_url' => $data['canonical_url'] ?? null, ], function($v){ return !empty($v); }) ]) @section('title') {{ $data['name'] }} @endsection @section('content')
{{ $data['content_rating'] }}
@endif{!! Str::limit(strip_tags($data['description']), 300) !!} @if(strlen(strip_tags($data['description'])) > 300) {{ __('messages.read_more') }} @endif
@if (isset($data['genres']) && $data['genres'] && count($data['genres']) > 0)