@extends('layout.main') @section('filter')

Filter

{{Form::select('NotificationType',$notificationType,'',array("class"=>"select2 Notification_Type_dropdown"))}}

{{Form::select('NotificationType',$notificationType,'',array("class"=>"select2 Notification_Type_dropdown"))}}

{{Form::select('NotificationType',$notificationType,'',array("class"=>"select2 Notification_Type_dropdown"))}}

@stop @section('content')

Notifications


@include('notification.notification')
@include('notification.qos')
@include('notification.callmonitor')
@stop