@extends('layouts.app') @section('site_title', 'UNICEF Curated Cinema at IFFI Goa – Films for Social Change') @section('site_description', 'Explore the UNICEF curated film section at IFFI Goa, showcasing powerful films that highlight global social issues, promoting awareness and positive change.') {{-- @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 ($uniceffs as $uniceff)
image

{{ $uniceff->title }}

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