@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('content')

Notification Detail

User Notification IB Notification
@if ($errors->any()) {{ implode('', $errors->all('
:message
')) }} @endif @if(Session::has('success'))
{!! Session::get('success') !!}
@endif
ID Name Title From-date To-date Description Action
ID Name Title From-date To-date Description Action
@endsection @section('script') {{ Html::script('custom/datatables/datatables.bundle.js') }} {{ Html::script('custom/eModal/eModal.js') }} @endsection