@extends('layouts.layout') @push('head') @if(!empty($hero)) {{-- --}} {{-- --}} @endif {{-- @vite(['resources/scss/animate.scss']) --}} @endpush @section('app')
@foreach ($hero as $slider) {{-- @dd($slider) --}}
{{ str($slider['title'])->apa() }} ({{ $slider['year'] }})
{{-- {{ __($slider['title']) }} image --}}

{{ __($slider['title']) }}

    @if($slider['vote_average'] && $slider['vote_average'] != 0)
  • ({{$slider['vote_average'] ?? 'NA'}})
  • @endif @foreach($slider['genres'] as $genre)
  • {{ $genre['name'] }}
  • @endforeach

{{ __($slider['overview']) }}

@endforeach
@include('sections.featured', ['items' => $trending_movies, 'title' => 'Featured'])
@include('sections.single', ['item' => $trending_movies[6]]) @include('sections.items', ['items' => $popular_movies, 'title' => 'Popular Movies']) @include('sections.single', ['item' => $trending_movies[3]]) @include('sections.top', ['col1_title' => 'Top Movies', 'col1_items' => collect($trending_movies)->take(4), 'col2_title' => 'Top Series', 'col2_items' => collect($trending_shows)->take(4), 'item' => $trending_movies[2]]) @include('sections.trailers') @include('sections.single', ['item' => $trending_movies[5]])

123movies

123movies uses a collection of various sources available online to watch legal movies and TV shows online. The sources you'll find on 123movies are for free with ads, subscription, rentals, and purchase. They are all provided by the Streamboat API, which also provides other info, videos, and images to 123movies. Some of the top sources used on 123movies as of 2024 are:

@endsection @section('footer') {{-- --}} @vite(['resources/js/home.js']) @endsection