|
{{ $image->mypicturemaxx_number }} |
{{ $image->original_filename }}
{{ $image->created_at->format('j. F Y, H:i:s ') }}
|
@if ( $image->supplier )
{{ $image->supplier->name }}
@else
Kein Lieferant
@endif
|
{{ $image->status }} |
|
@include('components.button_show',['action' => action('ImageController@show',$image)])
|