@extends('layouts.app') @section('site_title', 'Explore the Integrade Curated Section | IFFI Goa') @section('site_description', 'Discover captivating films in the Integrade section at IFFI Goa, showcasing diverse international cinema that inspires and entertains audiences.') {{-- @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 ($integrades as $integrade)
image

{{ $integrade->title }}

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