<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/pevo0181/public_html/pia-soft.com/cleania/routes/index.php</b> on line <b>542</b><br />
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Customer extends Model
{
    use HasFactory;
    protected $table        = 'clients';
    protected $primaryKey   = 'client_id';
    public $timestamps      = false;

    protected $fillable = [
        'client_dde',
        'client_name',
        'client_birth',
        'client_birth_adresse',
        'client_civility',
        'client_phone',
        'client_doc_id',
        'client_doc_name',
        'client_profession',
        'client_adresse',
        'ad_id',
      