@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')

{{__("Notifications")}}

@include('layouts.partials.flash-message')
@foreach($items as $item) @endforeach
{{__("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))}}
id )}}" class='text-warning mx-2' style=''>
@csrf {{ method_field('DELETE') }}
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection