<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:12:30
 namespace Database\Seeders; use App\Payout; use Illuminate\Database\Seeder; class ImportPayoutSeeder extends Seeder { public function run() { $uGR5F = [["\x79\x65\141\x72\163" => 0, "\162\x61\164\145" => 0], ["\x79\x65\141\x72\163" => 3, "\162\x61\164\x65" => 70], ["\171\x65\x61\x72\x73" => 10, "\x72\141\164\145" => 80], ["\x79\145\141\x72\x73" => 15, "\162\x61\164\145" => 100]]; Payout::truncate(); foreach ($uGR5F as $RHFKA) { $uvC5l = Payout::where("\171\x65\141\x72\163", $RHFKA["\171\145\141\162\163"])->count(); if (!($uvC5l > 0)) { goto vR9Z7; } goto ZpzNr; vR9Z7: Payout::create(["\171\x65\141\162\163" => $RHFKA["\x79\x65\x61\162\x73"], "\x72\141\x74\x65" => $RHFKA["\x72\x61\164\145"], "\x63\x72\145\x61\x74\x65\x64\x5f\x61\164" => now(), "\165\160\144\x61\164\x65\x64\x5f\141\164" => now()]); ZpzNr: } lZdHg: } }