In the meantime here are some models online waiting for you...
@foreach($data as $key => $model)
@if($key != 2)
@include('components.view-model')
{{-- --}}
@else
@include('components.view-model-width2')
{{-- --}}
@endif
@endforeach