📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 20:33:53
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
app
/
Services
📍 /home/orkouolp/web/testing.orkobd/laravel/app/Services
🔄 Refresh
✏️
Editing: Notify.php
Writable
<?php namespace App\Services; // use Flasher\Notyf\Prime\NotyfInterface; class Notify { /** * Summary of createdNotification */ static function createdNotification() { // return notify()->success('Created Successfully', 'Success!'); // return notyf()->success('Created Successfully.', [], 'Success!'); return notyf()->addSuccess('Created Successfully.',[] , 'Success!'); } /** * Summary of updatedNotification */ static function updatedNotification() { // return notify()->success('Updated Successfully', 'Success!'); // return notyf()->success('Updated Successfully.', [], 'Success!'); // return notyf()->success('Updated Successfully.'); return notyf()->addSuccess('Updated Successfully.', [], 'Success!'); } /** * Summary of deletedNotification */ static function deletedNotification() { // return notify()->success('Deleted Successfully', 'Success!'); // return notyf()->success('Deleted Successfully.', [], 'Success!'); return notyf()->addSuccess('Deleted Successfully.', [], 'Success!'); } }
💾 Save Changes
❌ Cancel