@extends('admin::layouts.app') @section('content') {{ __('admin.announcement') }} Add Announcement {{ __('admin.submit') }} {{ __('static.cancel') }} Enter the details below to create announcement {{ __('label.subject') }} * {{ __('label.description') }} * {{ __('admin.select_from_date') }} * {{ __('admin.select_to_date') }} * {{ __('admin.usage_type') }} * {{ __('admin.select_user_type') }} @foreach($roles as $role) {{ $role->name }} @endforeach {{ __('admin.select_user') }} * {{ __('admin.status_update') }} {{ __('admin.active') }} {{ __('admin.inactive') }} @endsection @section('script') @endsection
Add Announcement