@extends('adminLayouts.app') @section('title') {{'Status'}} @endsection @section('css') @append @section('js') @append @section('content')

{{$cat->name}} Records

@if (isset($list))
@foreach($list as $d) @endforeach
Url1 Type Url2 Type Results Result Image Note Action
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
Showing {{ $data->firstItem() }} to {{$data->lastItem()}} of {{$data->total()}} entries
{{ $data->appends(['perPage' => $perPage])->links("pagination::bootstrap-4") }}
@endif

Result of Rerun

@endsection