{{$item->detail}}
{{__('Read More')}}@extends('layouts.theme')
@section('title',__('view all'))
@section('main-wrapper')
@php
$withlogin= $configs->withlogin;
$catlog= $configs->catlog;
$auth=Auth::user();
$subscribed = null;
@endphp
@if (isset($pusheditems) && count($pusheditems) > 0 )
{{$item->detail}}
{{__('Read More')}}{{$item->tvseries->detail}}
@endif