@extends('layouts.app') @section('site_title', 'ICFT-UNESCO Medal for Excellence in Film at IFFI Goa') @section('site_description', 'Discover the ICFT-UNESCO Medal awarded at IFFI Goa, celebrating outstanding films that promote cultural diversity and social change in cinema.') {{-- @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 ($icfts as $icft)
image

{{ $icft->title }}

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