1, 'name' => 'T'.str_pad($num, 2, '0', STR_PAD_LEFT), 'serial' => 'T'.str_pad($num, 2, '0', STR_PAD_LEFT), 'location' => 'Floor 1', 'section' => $sections[array_rand($sections)], 'table_type' => $tableTypes[array_rand($tableTypes)], 'capacity' => rand(2, 6), 'is_bookable' => true, 'qr_code' => 'QR'.str_pad($num, 2, '0', STR_PAD_LEFT), 'image' => null, 'position_x' => rand(50, 500), 'position_y' => rand(50, 500), 'rotation' => rand(0, 360), 'z_index' => rand(1, 10), 'status' => 1, ]); } } }