@extends('layouts.organization.app') @section('content')
Notification
@if(session()->has('notification_created'))
Notification successfully created
@endif
{{ csrf_field() }}
Select Notication Type
Select
Office Wise
Department Wise
Designation Wise
Specific Employees
Select
Message Title (
60
)
Image
Description (
150
)
Submit
Pending Notification List
View Notification History
SNo.
Message Title
Notication Type
Name
Status
Created date & By
@endsection