@extends('layouts.app') @section('site_title', 'Explore the Cinema World: Curated International Films') @section('site_description', 'Discover a curated selection of international films celebrating diverse cinema styles and stories from around the globe. Join us in exploring the world of film!') {{-- @section('site_keywords', 'About IFFI Goa, IFFI goa, IFFI goa registration, IFFI goa delegate registration, About us') --}} @section('content') @include('layouts.header') @include('layouts.menu')
@foreach ($cinemaWorld as $cinema)
image

{{ $cinema->title }}

Directed by : {{ $cinema->directed_by }}
Country of Origin : {{ $cinema->country_of_origin }}
Language : {{ $cinema->language }}
@endforeach
@endsection