@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
{{$image->image_type}} ({{$image->height}} X {{$image->width}})
@lang('labels.Path')
@lang('labels.Size')
X