@extends('dashboard.layouts.app') @section('content')
@csrf
اعادة تهيئة
@foreach ($rows as $item) @endforeach
#
الاسم / عربي
الاسم / انجليزى
الحالة عمليات
{{$item->id}} {{$item->getTranslation('title', 'ar')}} {{$item->getTranslation('title', 'en')}} @if ($item->active) نشط @else غير نشط @endif
{{ $rows->appends($search)->links() }}
@endsection @section('modal') @endsection @section('js') @include('dashboard.layouts.tableActions', ['gn_name' => 'options', 'post_search_route' => route('options.index-post')]) @endsection