@extends('layouts.theme') @section('title',__('Protected Password')) @section('main-wrapper')

{{__('Protected Video Password')}}

{{__('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
# {{__('Thumbnail')}} {{__('Password')}}
{{$key+1}} @if(isset($item->thumbnail)) @else @endif

{{$item->title}}

{{__('View')}} {{__('This movie has not password protected')}} @if(isset($item->thumbnail)) @else @endif {{__('Season')}} {{$item->season_no}}
{{__('View')}} {{__('This movie has not password protected')}}
{{__('No data available')}}
{!! $pusheditems->links() !!}
@endsection @section('script') @endsection