# |
Name |
Name Old |
Actions |
@php
$ii = 0;
@endphp
{{-- @if($searching)
{{ $searching }}
{{ $searchResults }}
@else --}}
@forelse ($searching ? $listStatusSearch : $listStatus as $ls)
@php
$ii++;
@endphp
{{ $ii }} |
{{ $ls->name }} |
{{ $ls->name_old }} |
|
@include('includes.modals.modaldeletestatus')
@empty
No data |
@endforelse
{{-- @endif --}}
{{-- @if($listStatus instanceof \Illuminate\Pagination\LengthAwarePaginator) --}}
{{ $listStatus->links('vendor/pagination/livewire') }}
{{-- @endif --}}
{{-- --}}