@extends('layouts.admin.master') @section('title') Notices List @endsection @section('content')

Add New Notice

Please fill-up all the fields to help us add new notice

@can('create_notice') ADD NEW @endcan
SL Title Description Expiry Date Attachment Status Visibility Action
@include('utils.delete-confirm-modal') @endsection @push('js') @endpush