@extends('front.layouts.front') @section('content')

{{ $filmfestival->name }}

{!! $filmfestival->description !!}
{{--
--}}

Awards & Prizes

{!! $filmfestival->awards !!}
{{--
--}}

Rules & Terms

{!! $filmfestival->rules !!}
Submit Now @if (count($FilmFestivalProjects) > 0) @endif
{{ date('d M Y', strtotime($filmfestival->event_date)) }}

From : {{ date('d M Y', strtotime($filmfestival->opening_date)) }}

To : {{ date('d M Y', strtotime($filmfestival->last_date)) }}

Event Type

{{ $filmfestival->event_type }}

Years Running

{{ $filmfestival->running_year }}

Organizers

{{ $filmfestival->organizer_type }}

{{ $filmfestival->organizer_name }}

Contact
@endsection @section('script') @endsection