format('d/m/Y H:i:s'); } public function permissions(): BelongsToMany { return $this->belongsToMany(Permission::class); } }