@extends('includes.layouts') @section('content') @foreach($banner_shows as $banner_show) {{ $banner_show->title }} @if($banner_show->imdb_rating) {{ $banner_show->imdb_rating }}/10 @endif {{ $banner_show->nb_seasons }} @if($banner_show->nb_seasons <= 1) Saison @else Saisons @endif {{ $banner_show->rated }} {{ $banner_show->description }} Jouer @endforeach
{{ $banner_show->description }}