@extends('backend.partials.master') @section('title') {{ __('push-notification.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.image') }} | {{ __('levels.title') }} | {{ __('levels.description') }} | {{ __('levels.user') }} | {{ __('levels.actions') }} | ||
|---|---|---|---|---|---|---|---|
| {{$i++}} |
|
{{ Str::limit(strip_tags($pushNotification->title), 50) }} | {{ Str::limit(strip_tags($pushNotification->description), 50) }} | @if($pushNotification->user_id){{ $pushNotification->user->name }} | @else @if($pushNotification->type == 'all'){{ __('All user') }} | @else{{ __('userType.'.$pushNotification->type) }} | @endif @endif
|
{!! __('Showing') !!} {{ $pushNotifications->firstItem() }} {!! __('to') !!} {{ $pushNotifications->lastItem() }} {!! __('of') !!} {{ $pushNotifications->total() }} {!! __('results') !!}