{{ __('Push notifications') }}

{{ __('Create notification') }}
@forelse ($notifications as $notification) @if ($notification->push_notification_category_id == 2 && $notification->active) @else @endif @empty @endforelse
{{ __('Image') }} {{ __('Title') }} @if ($sortField == 'title') @if($sortDirection == 'desc') @else @endif @endif {{ __('Description') }} {{ __('Type') }} {{ __('Notifications sent') }} {{ __('Created by') }} {{ __('Created at') }} {{ __('Status') }} @if ($sortField == 'active') @if($sortDirection == 'desc') @else @endif @endif {{ __('Actions') }}
image) }}"> {{ $notification->title }} {{ $notification->description }} {{ $notification->type }} {!! !is_null($notification->total_clients) ? $notification->total_clients : ' Pendiente hasta '.Carbon\Carbon::parse($notification->notification_time)->format('d M Y H:i').' ' !!} {{ $notification->user_name }} {{ Carbon\Carbon::parse($notification->created_at)->format('d/m/Y H:m') }} @if($notification->active) @php $statusText = __('Active') @endphp @else @php $statusText = __('Inactive') @endphp @endif {!! $notification->active ? ''.$statusText.'' : ''.$statusText.'' !!} N/A
No se encontraron registros al mostrar {{ $perPage }} resultados por página
{{ $notifications->links() }}