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

{{ $FilmFestival->name }}

@foreach ($FilmFestivalProject as $Project) @endforeach
No Title Submitter Name Synopsis Create Date Status Action
{{ $loop->iteration }} {{ $Project->title }} {{ $Project->submitter_name }} {{ $Project->synopsis }} {{ $Project->created_at->format('d-m-Y') }}
@endsection @section('js') @endsection