@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
| {{__("ID")}} | {{__("Notification Title")}} | {{__("Type")}} | {{__("Customer Groups")}} | {{__("Notification Date")}} | {{__("Actions")}} | ||
|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->title}} | {{$item->push_type}} | {{$item->group_names}} | {{date("d/m/Y",strtotime($item->created_at))}} |