first(); CashAccount::firstOrCreate( ['name' => 'Kas Toko'], [ 'created_by_id' => $user->id, 'balance' => 0, ], ); } }