{{$item->detail}}
{{__('Read More')}}@extends('layouts.theme')
@section('title',__('watch history'))
@section('main-wrapper')
@php
$withlogin= App\Config::findOrFail(1)->withlogin;
$catlog= App\Config::findOrFail(1)->catlog;
$auth=Auth::user();
@endphp
@if (isset($pusheditems) && count($pusheditems) > 0 )
{{$item->detail}}
{{__('Read More')}}{{$item->detail}}
@else{{$item->tvseries->detail}}
@endif