Views: {{ number_format($movie->views_count) }}
Average Rating: {{ number_format($movie->avgRating, 1) }}/5
Total Ratings: {{ $movie->ratings->count() }}
Added On: {{ $movie->created_at->format('M d, Y') }}
Last Updated: {{ $movie->updated_at->format('M d, Y') }}