{{--@extends('frontend.playerLayout.layout')--}} @extends('frontend.layout.layout') @section('content')
    @if(isset($tvShows->seasons)) @foreach($tvShows->seasons as $season)
  • Title: {{$season->title}}

    Type: Season

    Description: {{$season->description}}

  • @endforeach @endif
@if(isset($tvShows->seasons)) @foreach($tvShows->seasons as $season)
    @foreach($season->episode as $episode) @php $video = Storage::disk('Wasabi')->exists($episode->video) ? Storage::disk('Wasabi')->url($episode->video) : Storage::disk('Wasabi')->url('default.mkv'); $_360 = $video."_0_276.m3u8"; $_720 = $video."_1_2048.m3u8"; $_1080 = $video."_2_4096.m3u8"; $_2k = $video."_3_6144.m3u8"; $_4k = $video."_4_17408.m3u8"; //dd($video,$_360,$_720,$_1080,); @endphp
  • {{$episode->title}}

    {{ \Illuminate\Support\Str::limit($episode->description, 500, '...') }} .

  • {{--
  • {{$episode->title}}

    {{ \Illuminate\Support\Str::limit($episode->description, 500, '...') }}

    {{$episode->title}}

    {{$episode->description}}

  • --}} @endforeach
@endforeach @endif

Money Heist

S1E01 Part 4

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries.

More Like This

    @foreach($similarProducts as $similarProduct)
  • {{$similarProduct->title}}
    20+
    2h 15m
    Play Now
    • 19+
  • @endforeach {{--
  • Boop Bitty
    11+
    2h 30m
    Play Now
    • 19+
  • Unknown Land
    17+
    2h 30m
    Play Now
    • 19+
  • Blood Block
    13+
    2h 40m
    Play Now
    • 19+
  • Champions
    13+
    2h 30m
    Play Now
    • 19+
  • --}}

Upcoming Shows

    @foreach($up_coming_shows as $up_coming_show)
  • {{$up_coming_show->title}}
    20+
    2h 15m
    Play Now
    • 19+
  • @endforeach {{--
  • Boop Bitty
    11+
    2h 30m
    Play Now
    • 19+
  • Unknown Land
    17+
    2h 30m
    Play Now
    • 19+
  • Blood Block
    13+
    2h 40m
    Play Now
    • 19+
  • Champions
    13+
    2h 30m
    Play Now
    • 19+
  • --}}
@endsection