@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@foreach ($data as $image)
@if ($image->vendor == 'sd') {{ __('Stable Diffusion') }} @else {{ __('Dalle') }} @endif

{{ substr($image->description, 0, 63) }}...

@endforeach
@endsection @section('js') @endsection