@foreach ($rows as $item) @endforeach
#
الاسم / عربي
الاسم / انجليزى
الحالة عمليات
{{$item->id}} {{$item->getTranslation('title', 'ar')}} {{$item->getTranslation('title', 'en')}} @if ($item->active) نشط @else غير نشط @endif
{{ $rows->appends($search)->links() }}