{{-- this inline script is required: set global access var --}}
@php $currentRoute = Request::route()->getName(); $authData = Auth::user(); @endphp
@include('layouts.flash_msg_frontend') @yield('content')

Get New Notification!

Subscribe & get all related notification.

{{ Form::open(array('url'=>route('subscribe-notifivations'),'id'=>"subs-form", 'class'=>"")) }}
{{ Form::close() }}