@extends('layouts.layout') @section('schema') @foreach($meta['schema'] as $value) @endforeach @endsection @section('head') {{-- --}} {{-- --}} {{-- --}} @endsection {{-- @section('head') --}} {{-- {!! getMovieMarkupData($movie) !!} --}} {{-- @endsection --}} @section('app')
{{-- @if(isset($movie['backdrop']) && $movie['backdrop'] !== '') @endif --}} {{ str($movie['title'])->apa() }} ({{ $movie['year'] }})

{{ str($movie['title'])->apa() }}

@if($movie['tagline'])

"{{ $movie['tagline'] }}"

@endif

Watch {{ str($movie['title'])->apa() }}

Type : Movie Category: {{ $movie['genres'][0]['name'] }}
{{$movie['vote_average']}} {{$movie['vote_count']}} views
  • Share :
  • @if (isset($movie['share']) && is_array($movie['share'])) @foreach ($movie['share'] as $share)
  • @endforeach @endif

Details

{{ $movie['overview'] }}

  • Genres:  @foreach($movie['genres'] as $genre) {{ $genre['name'] }}@if(!$loop->last), @endif @endforeach
  • Language:  @foreach($movie['languages'] as $language) {{ $language }}@if(!$loop->last), @endif @endforeach

Cast & Crew

  • Cast: @foreach($movie['cast'] as $actor) {{ $actor['name'] }}@if(!$loop->last), @endif @endforeach
  • Director: @foreach($movie['crew']['directors'] as $actor) {{ $actor['name'] }}@if(!$loop->last), @endif @endforeach
  • @unless (empty($movie['crew']['producers']))
  • Producer: @foreach($movie['crew']['producers'] as $actor) {{ $actor['name'] }}@if(!$loop->last), @endif @endforeach
  • @endunless

Similar Titles

@foreach ($movie['similar'] as $item) @include('components.title_card', ['data_text' => ucfirst($item['type'])]) @endforeach
@endsection @section('footer') @vite(['resources/js/watch.js']) @endsection