@extends('layouts.theme') @section('title',__('staticwords.viewall')) @section('main-wrapper') @php $withlogin= $configs->withlogin; $catlog= $configs->catlog; $auth=Auth::user(); $subscribed = null; // if (isset($auth)) { // $current_date = date("d/m/y"); // $auth = Illuminate\Support\Facades\Auth::user(); // if ($auth->is_admin == 1 || $auth->is_assistant == 1) { // $subscribed = 1; // } else if ($auth->stripe_id != null) { // Stripe\Stripe::setApiKey(env('STRIPE_SECRET')); // if(isset($invoices) && $invoices != null && count($invoices->data) > 0) // { // $user_plan_end_date = date("d/m/y", $invoice->lines->data[0]->period->end); // $plans = App\Package::all(); // foreach ($plans as $key => $plan) { // if ($auth->subscriptions($plan->plan_id)) { // if($current_date <= $user_plan_end_date) // { // $subscribed = 1; // } // } // } // } // } else if (isset($auth->paypal_subscriptions)) { // //Check Paypal Subscription of user // $last_payment = $auth->paypal_subscriptions->last(); // if (isset($last_payment) && $last_payment->status == 1) { // //check last date to current date // $current_date = Illuminate\Support\Carbon::now(); // if (date($current_date) <= date($last_payment->subscription_to)) { // $subscribed = 1; // } // } // } // } $all_genre = \App\Genre::get(); $a_lang = \APP\AudioLanguage::get(); $menus = \APP\Menu::get(); @endphp
@foreach($all_genre as $genre) input('genre') != NULL) @foreach(app('request')->input('genre') as $request_genre) @if($request_genre == $genre->id) checked @else @endif @endforeach @endif value="{{$genre->id}}">
@endforeach
@if (isset($pusheditems) && count($pusheditems) > 0 )

{{__('Browse')}}

@if(isset($pusheditems))
@foreach($pusheditems as $item) @if($auth && getSubscription()->getData()->subscribed == true) @php if (isset($item['type']) && $item['type'] == 'M') { $wishlist_check = \Illuminate\Support\Facades\DB::table('wishlists')->where([ ['user_id', '=', $auth->id], ['movie_id', '=', $item['id'], ]])->first(); } if (isset($item['type']) && $item['type'] == 'S') { $wishlist_check = \Illuminate\Support\Facades\DB::table('wishlists')->where([ ['user_id', '=', $auth->id], ['season_id', '=', $item['id']], ])->first(); } @endphp @endif @if(isset($item['type']) && $item['type'] == "M")
@if($auth && getSubscription()->getData()->subscribed == true) @if($item['thumbnail'] != null || $item['thumbnail'] != '') genre-image @else genre-image @endif @else @if($item['thumbnail'] != null || $item['thumbnail'] != '') genre-image @else genre-image @endif @endif @if($item['is_custom_label'] == 1) @if(isset($item['label_id']) && $item['label_id'] != NULL) @php $label = App\Label::find($item['label_id']); @endphp {{$label->name}} @endif @endif
{{--
{{$item->title}}
--}} @if(isset($protip) && $protip == 1)
{{$item['title']}}
  • {{__('staticwords.rating')}} {{$item['rating']}}
  • {{$item['duration']}} {{__('staticwords.mins')}}
  • {{$item['publish_year']}}
  • {{$item['maturity_rating']}}
  • @if($item['subtitle'] == 1)
  • {{__('staticwords.subtitles')}}
  • @endif

{{str_limit($item['detail'],150,'...')}}

@if($auth && getSubscription()->getData()->subscribed == true) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif
@if($auth && getSubscription()->getData()->subscribed == true) @if($item['is_upcoming'] != 1) @if(checkInViewAllMovie($item) == true) @if($item['maturity_rating'] =='all age' || $age>=str_replace('+', '', $item['maturity_rating'])) @if(isset($item['video_link']['iframeurl']) && $item['video_link']['iframeurl'] != null) {{__('staticwords.playnow')}} @else {{__('staticwords.playnow')}} @endif @else {{__('staticwords.playnow')}} @endif @endif @endif @if($item['trailer_url'] != null || $item['trailer_url'] != '') {{__('staticwords.watchtrailer')}} @endif @else @if($item['trailer_url'] != null || $item['trailer_url'] != '') {{__('staticwords.watchtrailer')}} @endif @endif @if($catlog ==0 && getSubscription()->getData()->subscribed == true) @if (isset($wishlist_check->added)) {{$wishlist_check->added == 1 ? __('staticwords.removefromwatchlist') : __('staticwords.addtowatchlist')}} @else {{__('staticwords.addtowatchlist')}} @endif @elseif($catlog ==1 && $auth) @if (isset($wishlist_check->added)) {{$wishlist_check->added == 1 ? __('staticwords.removefromwatchlist') : __('staticwords.addtowatchlist')}} @else {{__('staticwords.addtowatchlist')}} @endif @endif
@endif
{{--
--}} @elseif(isset($item['type']) && $item['type'] == "T")
@if($auth && getSubscription()->getData()->subscribed == true) @if($item['thumbnail'] != null || $item['thumbnail'] != '') genre-image @else genre-image @endif @else @if($item['thumbnail'] != null || $item['thumbnail'] != '') genre-image @else genre-image @endif @endif @if($item['is_custom_label'] == 1) @if(isset($item['label_id'])) @php $label = App\Label::find($item['label_id']); @endphp {{$label->name}} @endif @endif
@if(isset($protip) && $protip == 1)
{{$item['title']}}
{{__('staticwords.tmdbrating')}} {{$item['rating']}}
  • {{__('staticwords.season')}}{{$item['seasons_first']['season_no']}}
  • {{$item['seasons_first']['publish_year']}}
  • {{$item['maturity_rating']}}
@if ($item['detail'] != null || $item['detail'] != '')

{{str_limit($item['detail'],150,'...')}}

@else

{{str_limit($item['seasons_first']['detail'],150,'...')}}

@endif @if($auth && getSubscription()->getData()->subscribed == true) {{__('staticwords.readmore')}} @else {{__('staticwords.readmore')}} @endif
@if($auth && getSubscription()->getData()->subscribed == true) @if (isset($item['seasons_first']['first_episode']) && checkInViewAllTv($item) == true) @if( $item['maturity_rating'] =='all age' ||$age>=str_replace('+', '', $item['maturity_rating'])) @if($item['seasons_first']['first_episode']['video_link']['iframeurl'] !="") {{__('staticwords.playnow')}} @else {{__('staticwords.playnow')}} @endif @else {{__('staticwords.playnow')}} @endif @endif @if($item['seasons_first']['trailer_url'] != null || $item['seasons_first']['trailer_url'] != '') {{__('staticwords.watchtrailer')}} @endif @else @if($item['seasons_first']['trailer_url'] != null || $item['seasons_first']['trailer_url'] != '') {{__('staticwords.watchtrailer')}} @endif @endif @if($catlog == 0 && getSubscription()->getData()->subscribed == true) @if (isset($wishlist_check->added)) {{$wishlist_check->added == 1 ? __('staticwords.removefromwatchlist') : __('staticwords.addtowatchlist')}} @else {{__('staticwords.addtowatchlist')}} @endif @elseif($catlog ==1 && $auth) @if (isset($wishlist_check->added)) {{$wishlist_check->added == 1 ? __('staticwords.removefromwatchlist') : __('staticwords.addtowatchlist')}} @else {{__('staticwords.addtowatchlist')}} @endif @endif
@endif
@endif @endforeach
{{-- {!! $pusheditems->links() !!} --}}
@endif @else @endif
@endsection @section('custom-script') @endsection