<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 App\Models\Agence;
use App\Models\Result;
use App\Models\School;
use App\Models\CarFolder;
use Laravel\Sanctum\HasApiTokens;
use Illuminate\Support\Facades\Cache;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Notifications\Notifiable;
use Illuminate\Database\Eloquent\Factories\HasFactory;


class Admin extends \Illuminate\Foundation\Auth\User
{
    use HasApiTokens, HasFactory, Notifiable;

    protected $table = 'admins';

    public $timestamps = false;
    protected $primaryKey = 'ad_id';

    protected $fillable = [
        'ad_sexe',
        'ad_nom',
        'ad_prenom',
        'ad_name',
        'ad_phone',
        