<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 CareerFolder extends Model
{
    use HasFactory;

    protected $table = 'career_folders';
    protected $fillable = [
        'pers_id',
        'ad_id',
        'folder_type',
        'file_path',
        'file_name',
        'original_name'
    ];

     // Utilisation des fonctions helpers
    public static function getFolderTypes()
    {
        return getFol