<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:18:10
 namespace App\Events; use Illuminate\Broadcasting\Channel; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Broadcasting\PresenceChannel; use Illuminate\Broadcasting\PrivateChannel; use Illuminate\Contracts\Broadcasting\ShouldBroadcast; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; use App\Notify; use App\Contact; class NotifyEvent implements ShouldBroadcast { use Dispatchable, InteractsWithSockets, SerializesModels; public $notify; public function __construct() { $lz8R1 = Notify::where("\x69\163\137\x63\x68\x65\x63\x6b", false)->count(); $H0ZVM = Notify::select("\52")->orderBy("\143\x72\145\x61\164\145\x64\x5f\x61\x74", "\x44\105\123\x43")->paginate(15); $LhDRc = Contact::where("\151\163\137\162\145\141\144", false)->where("\x69\163\x5f\144\145\154\145\x74\145\144", false)->count(); $this->notify = ["\141\x6c\x6c" => $lz8R1, "\x63\157\x6e\x74\x61\143\x74" => $LhDRc, "\x6c\x69\163\x74" => $H0ZVM]; } public function broadcastOn() { return new PrivateChannel("\x6e\157\164\151\x66\171\56\141\x6c\154"); } }