mod: fix caching!

This commit is contained in:
Didier Slof 2023-02-02 08:31:50 +01:00
parent 34ed81516b
commit dc5d204cfc
Signed by: didier
GPG key ID: 01E71F18AA4398E5
8 changed files with 42 additions and 7 deletions

View file

@ -19,8 +19,7 @@
<div id="showings">
@foreach($cinema->showings as $showing)
<a href="/showing/{{$showing->showing_id}}">
<img src="{{$showing->movie->movie_image}}" alt="{{$showing->movie->movie_name}} Poster"
width="200px">
<x-cache-image src="{{$showing->movie->movie_image}}" alt="{{$showing->movie->movie_name}} Poster" class="poster" width="200px"/>
<div class="details">
<span>{{$showing->movie->movie_name}}</span><br/>
<span>{{$showing->showing_date}}</span><br/>