@extends('layouts.customer') @section('content')

Push Notification

Send General Notification Add
@if ($message = Session::get('success'))

{{ $message }}

@endif
@if($datas)
                                   
                                    
@php $i = 0; @endphp @foreach($datas as $data) @endforeach @else

No records found!

@endif
ID Title Discription Type Action
{{ $data->id}}

{{ $data->title }}

{{ $data->description }} {{ str_replace('_', ' ', $data->type) }}
@endsection