<?php
namespace App\Models\Admin;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class BasicSettings extends Model
{
use HasFactory;
protected $guarded = ['id'];
protected $casts = [
'mail_config' => 'object',
'sms_config' => 'object',
'push_notification_config' => 'object',
'broadcast_config' => 'object',
'site_logo_dark' => 'string',
'site_logo' => 'string',
'site_fav_dark' => 'string',
'site_fav' => 'string',
'email_notification' => 'boolean',
'email_verification' => 'boolean',
'user_registration' => 'integer',
'agree_policy' => 'integer',
];
public function mailConfig() {
}
}
Payment Accept
Our platform simplifies payment acceptance, making transaction management effortless. With secure processing and user-friendly tools, you can easily handle payments from credit cards, debit cards, and digital methods. Our intuitive interface is designed for efficiency, ensuring a seamless experience for both you and your customers. Manage your transactions with ease and confidence.