@extends('layouts.app') @section('styles') @include ('layouts.footer-style') .poster-detail { width: 100%; max-width: 350px; border-radius: 4px; } .year { color: #868e96; } .rating { color: #868e96; font-size: 0.9rem; } .movie-credits { columns: 2; column-gap: 20px; } @media (max-width: 768px) { .movie-credits { columns: 1; } .poster-detail { max-width: 200px; margin: 0 auto; } } @endsection @section('content')
{{ strip_tags($movie->synopsis) }}
@endif @if ( ! empty($directors) )The requested movie could not be found.
Back to Movies