@if ($images_data->count() > 0) @foreach ($images_data as $k => $item) @endforeach @else @endif
S.No. {{ translate('Name') }} {{ translate('Image') }} {{ translate('link') }} Action
{{ $k + 1 + ($images_data->currentPage() - 1) * $images_data->perPage() }} {{ $item['image_ref_name'] }} @if (!empty($item->image_path))
@else
@endif
Copy Link

@if (!empty(request()->search)) No result found @else No data found @endif

Total : {{ $totalCount }}
{{ $images_data->links() }}