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

Project detail

{{-- --}} @foreach ($projects as $item) {{-- --}} @endforeach
# Name FilesPromptProject type Created At Action
{{ $loop->iteration }} {{ $item->name }} @if ($item->upload_status == 1) Yes @else No @endif {{ \Illuminate\Support\Str::limit($item->prompt, 10) }} @if ($item->upload_status == 1) Image_to_3d @else Text_to_3d @endif {{-- {{ $item->type }} --}} {{ $item->created_at->format('d M, Y') }}
@endsection