@extends('layouts.app') @section('site_title', 'Curated Animation Section | IFFI Goa International Cinema') @section('site_description', 'Explore the curated animation section at IFFI Goa, showcasing innovative animated films from around the world. Experience creativity and storytelling at its best.') {{-- @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 ($animations as $animation)
image

{{ $animation->title }}

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