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

{{ $filmfestival->name }}

@csrf

Project Information

@foreach (\App\Models\FilmFestival::$ProjectType as $key => $val)
@endforeach

Credits

Directors

Writers

Producers

Key Cast

Specifications

@foreach (\App\Models\FilmFestival::$ProjectType1 as $key => $val)
@endforeach

Distribution

Distributor / Sales Agent

{{--

Professional Reels

--}}
@endsection @section('script') @endsection