@php $title = translate('Do you want to move to Trash'); $text = translate('If you move to Trash, the course and all related data will be trashed.'); @endphp {{ translate('Manage Category') }}
@if ($categories->count() > 0)
@foreach ($categories as $category) @php $translations = parse_translation($category); @endphp @endforeach
{{ translate('Name') }} {{ translate('Status') }} {{ translate('Action') }}
{{ $translations['title'] ?? ($category->title ?? '') }}
@if ($category->trashed()) @php $title = translate('Are you sure you want to delete this permanently'); $text = translate( 'If You delete it,course and course related all data will be deleted permanently.', ); @endphp @else @endif
{{ $categories->links('portal::admin.pagination.paginate') }} @else @endif