@extends('layouts.dashboard.layout') @section('content')
@if(Session::has('flash_message_error'))
{!! session('flash_message_error') !!}
@endif @if(Session::has('flash_message_success'))
{!! session('flash_message_success') !!}
@endif

Notification List

@foreach($data as $key => $item) @endforeach
ID Title Default Type SMS Interval Action
{{$item['id']}} {{$item['notification_title']}} {{$item['default_type']}} {{$item['length']}} {{$item['unit']}}    
@endsection