image.blade.php 124 B

12345
  1. <div {!! $attributes !!}>
  2. <div>
  3. <img src="{{$src}}" width="{{$width}}" height="{{$height}}" >
  4. </div>
  5. </div>