@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; } .hn-story { color: var(--cinema-pink); } .hn-comment { font-size: 0.875rem; color: var(--cinema-pink); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .hn-heading { } @media (max-width: 768px) { .movie-credits { columns: 1; } .poster-detail { max-width: 200px; margin: 0 auto; } } @endsection @section('content')
{{ trim($para) }}
@endif @endforeach @endif @if ( ! empty($directors) )The requested movie could not be found.
Back to Movies