Add email template..

This commit is contained in:
Cüneyt Şentürk
2021-06-24 14:13:44 +03:00
parent 19a417791e
commit 43e31fd647
7 changed files with 198 additions and 0 deletions

View File

@ -15,6 +15,7 @@ use App\Models\Banking\Transaction;
use App\Models\Common\Contact;
use App\Models\Setting\Category;
use App\Models\Setting\Currency;
use App\Notifications\Sale\Revenue as Notification;
use App\Traits\Currencies;
use App\Traits\DateTime;
use App\Utilities\Modules;