@extends('admin.layout.base') @section('title', 'Push Notification ') @section('styles') @endsection @section('content')
@lang('admin.id') | @lang('admin.push.Sent_to') | @lang('admin.message') | @lang('admin.push.Condition') | @lang('admin.push.Sent_on') |
---|---|---|---|---|
{{ $index + 1 }} | {{ $Push->send_to }} | {{ $Push->message }} | {{ $Push->condition }} | @if($Push->created_at) {{$Push->created_at->diffForHumans()}} @else - @endif |