|
#
|
{{ trans('messages.Name') }} |
{{ trans('messages.Status') }} |
{{ trans('messages.Options') }} |
@foreach ($notifications as $key => $form)
|
{{ $key + 1 + ($notifications->currentPage() - 1) * $notifications->perPage() }}
|
{{ $form->text }} |
{{ $form->active == 1 ?trans('messages.actvie') :trans('messages.unactive') }} |
|
@endforeach
{!! $notifications->withQueryString()->links('pagination::bootstrap-4') !!}