{{--
--}}
@endforeach
@php
$datas = [];
if (!empty($result)) {
if (!empty($result->images)) {
$data = json_decode($result->images);
}
}
$j = 0;
@endphp
@foreach ($data as $datas)
@php $j = $j + 1; @endphp
@if ($j < 4)
@endif
@endforeach
@php
$datas = [];
$datas = json_decode($result->images);
$k = 0;
@endphp
@foreach ($datas as $data)
@php $k = $k + 1; @endphp
@if ($k == 4)
@endif
@endforeach