@extends('main.layout') @section('content') {{$movie->movie_name}} {{$movie->movie_length}} min {{$movie->movie_description}} Now playing: @foreach($movie->showings as $showing) {{$showing->room->cinema->cinema_name}} @ {{$showing->showing_start}} - {{$showing->showing_end()}} @endforeach @endsection