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

Nutrition facts

{{ $notReadyCount }} not ready

@foreach($projects as $project) @if($project->updated_at) @else @endif @endforeach
Name Status Last Updated User
{{$project->name }} @if($project->nutrition_facts) Ready @else Not ready @endif {{$project->updated_at->diffForHumans()}} - @if ($project->user) {{ $project->user->name }} @else - @endif
@endsection