{{__('Messages')}}
| {{__('comment.table_no')}} | {{__('comment.table_action')}} | {{__('Title')}} | {{__('Start Date')}} | {{__('End Date')}} | {{__('comment.table_status')}} |
|---|---|---|---|---|---|
| {{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}} |
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['update_comment']))
@endif
@if($publication->record_status_id==0)
@else
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['delete_comment']))
@endif
@endif
|
{{$publication->title_en}} | {{$publication->start_date}} | {{$publication->end_date}} |
{!! $publications->links('pagination.custom') !!}