@if($trending_show && !empty($trending_show))
@foreach($trending_show as $show)
-
{{$show->title}}+
{{--
2h 30m--}}
@endforeach
@else
-
-
-
-
-
@endif
{{--
--}}
Shows We Recommend
@if(isset($suggested_shows) && !empty($suggested_shows))
@foreach($suggested_shows as $suggest)
-
{{$suggest->maturity_level}}+
{{--
2h 30m--}}
@endforeach
@else
-
-
-
-
@endif
@if($Comedy_romantic && !empty($Comedy_romantic))
@foreach($Comedy_romantic as $comedy_show)
-
{{$comedy_show->title}}+
{{--
2h 30m--}}
@endforeach
@else
-
-
-
-
-
@endif
Action & Adventure
View All
@if(isset($Action_Adventure) && !empty($Action_Adventure))
@foreach($Action_Adventure as $action_adventue)
-
{{$action_adventue->maturity_level}}+
{{--
2h 30m--}}
-
-
{{$action_adventue->maturity_level}}+
@endforeach
@else
-
-
-
-
-
@endif
@if(isset($sci_fi) && !empty($sci_fi))
@foreach($sci_fi as $scince_fi)
-
{{$scince_fi->maturity_level}}+
{{--
2h 30m--}}
-
-
{{$scince_fi->maturity_level}}+
@endforeach
@else
-
-
-
-
-
@endif
@if(isset($Binge_Watch) && !empty($Binge_Watch))
@if(isset($Binge_Watch) && !empty($Binge_Watch))
@foreach($Binge_Watch as $bingo)
-
{{$bingo->maturity_level}}+
{{--
2h 30m--}}
-
-
{{$bingo->maturity_level}}+
@endforeach
@else
-
-
-
-
-
@endif
@endif
@if(isset($lastest_release) && !empty($lastest_release))
@foreach($lastest_release as $latest)
-
{{$latest->maturity_level}}+
{{--
2h 30m--}}
-
-
{{$latest->maturity_level}}+
@endforeach
@else
-
-
-
-
-
@endif
@if(isset($Action_crime) && !empty($Action_crime))
@foreach($Action_crime as $crime)
-
{{$crime->maturity_level}}+
{{--
2h 30m--}}
-
-
{{$crime->maturity_level}}+
@endforeach
@else
-
-
-
-
-
@endif
@endsection