@extends('user.layouts.master') @section('content')

Search

@if (session('success'))
{{ session('success') }}
@endif
{{--
--}}
@if (sizeof($data)) @foreach ($data as $result)
{{--
@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

--}}
@endforeach
@else

No Result Found

@endif
{{--
--}}
@endsection @section('scripts') @endsection