@extends('layouts.app') @section('site_title', 'Award for Best Debut | IFFI Goa') @section('site_description', 'Explore the prestigious Award for Best Debut at IFFI Goa, celebrating outstanding first-time filmmakers and their contributions to 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 ($awardBestDebute as $debute)
image

{{ $debute->title }}

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