@if (isset($list))
Url1 |
Type |
Url2 |
Type |
Results |
Result Image |
Note |
Action |
@foreach($list as $d)
|
|
|
|
|
|
|
Save
Delete
@foreach($all_cat as $c_data)
@if($c_data->id != $cat->id)
@if($c_data->id == 1)
ALL
@else
{{$c_data->name}}
@endif
@endif
@endforeach
Product
Run
Ai
@if($d->ximilar_status == 'success')
@endif
|
@endforeach
Showing {{ $data->firstItem() }} to {{$data->lastItem()}} of {{$data->total()}} entries
{{ $data->appends(['perPage' => $perPage])->links("pagination::bootstrap-4") }}
@endif