@extends('layouts.theme') @section('title',__('staticwords.protectedpassword')) @section('main-wrapper')

{{__('staticwords.protectedvideopassword')}}

{{__('All items which are password protected listed here:')}}

@if(isset($pusheditems) && count($pusheditems) > 0) @foreach($pusheditems as $key =>$item) @if($item->type =='M') @if(isset($item->password)) @else @endif @elseif($item->type == 'S') @if(isset($item->password)) @else @endif @endif @endforeach @else @endif
# {{__('staticwords.thumbnail')}} {{__('staticwords.password')}}
{{$key+1}} @if(isset($item->thumbnail)) @else @endif

{{$item->title}}

{{__('staticwords.view')}} {{__('staticwords.thismoviehasnotpasswordprotected')}} @if(isset($item->thumbnail)) @else @endif {{__('Season')}} {{$item->season_no}}
{{__('staticwords.view')}} {{__('staticwords.thismoviehasnotpasswordprotected')}}
No data available
{!! $pusheditems->links() !!}
@endsection @section('script') @endsection