|
|
{{ $image->mypicturemaxx_number }} |
{{ $image->original_filename }} |
{{ $image->supplier->name or ' ' }} |
@include('components.button_show',['action' => action('ImageController@show',$image)])
@include('components.button_edit',['action' => action('ImageController@edit',$image)])
|