{{ $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 @include('components.button_show',['action' => action('ImageController@show',$image)]) @include('components.button_edit',['action' => action('ImageController@edit',$image)])