@foreach($terms as $key => $row)
{{ $row->title }} {{ __("general.$row->status") }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @endforeach @if(count($terms) && $terms->hasPages()) {{ $terms->links('pagination::bootstrap-5') }} @endif