@extends('layouts.admin') @section('content')
| # | Name | Files | {{--Prompt | --}}Project 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') }} |
|