}})
{{$actor->name}}
{{__('staticwords.dob')}}- {{$actor->DOB ? $actor->DOB : __('Not Available') }}
{{__('staticwords.placeofbirth')}}- {{$actor->place_of_birth ? $actor->place_of_birth : __('Not Available')}}
{{$actor->biography}}
{{count($filter_video)}} {{__('staticwords.foundfor')}} "{{$searchKey}}"
@endif @if(isset($director))}})
{{$director->name}}
{{__('staticwords.dob')}}- {{$director->DOB}}
{{__('staticwords.placeofbirth')}}- {{$director->place_of_birth}}
{{$director->biography}}
{{count($filter_video)}} {{__('staticwords.foundfor')}} "{{$searchKey}}"
@endif @if(isset($filter_video)) @if(count($filter_video) > 0) @foreach($filter_video->unique('id') as $key => $item) @php if($auth){ if ($item->type == 'M') { $wishlist_check = \Illuminate\Support\Facades\DB::table('wishlists')->where([ ['user_id', '=', $auth->id], ['movie_id', '=', $item->id], ])->first(); } else { $wishlist_check = \Illuminate\Support\Facades\DB::table('wishlists')->where([ ['user_id', '=', $auth->id], ['season_id', '=', $item->id], ])->first(); } } @endphp@if($item->type == 'M') @if($auth && getSubscription()->getData()->subscribed == true) {{$item->title}} @else {{$item->title}} @endif @elseif($item->type == 'S') @if($auth && getSubscription()->getData()->subscribed == true) {{$item->tvseries->title}} @else {{$item->tvseries->title}} @endif @endif
- @if($item->type == 'M') @if($item->duration != NULL) {{$item->duration}} {{__('staticwords.mins')}}@endif @else {{__('staticwords.season')}} {{$item->season_no}} @endif
@if($item->type == 'M') {{str_limit($item->detail, 360)}} @if($auth && getSubscription()->getData()->subscribed == true) @else @endif @else @if ($item->detail != null || $item->detail != '') {{str_limit($item->detail, 360)}} @if($auth && getSubscription()->getData()->subscribed == true) @else @endif @else {{str_limit($item->tvseries->detail, 360)}} @if($auth && getSubscription()->getData()->subscribed == true) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif @endif @endif
@if($item->type == 'M') @if($auth && $subscribed == 1) {{$item->title}} @else {{$item->title}} @endif @elseif($item->type == 'S') @if($auth && $subscribed == 1) {{$item->tvseries->title}} @else {{$item->tvseries->title}} @endif @endif
- @if($item->type == 'M') {{$item->duration}} {{__('staticwords.mins')}} @else {{__('staticwords.season')}} {{$item->season_no}} @endif
@if($item->type == 'M') {{str_limit($item->detail, 360)}} @if($auth && $subscribed == 1) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif @else @if ($item->detail != null || $item->detail != '') {{str_limit($item->detail, 360)}} @if($auth && $subscribed == 1) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif @else {{str_limit($item->tvseries->detail, 360)}} @if($auth && $subscribed == 1) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif @endif @endif
{{__('Sorry, there are no data that matched your search request')}}
{{__('Please try diffrent criteria such as actor, director and genre etc !')}}
{{--