'MODULO PARQUE LA CHOCA', 'municipality' => '4', 'address' => 'CIRCUITO CARLOS PELLICER S/N JUNTO A PLAZA MALLORCA ESTACIONAMIENTO DEL PARQUE LA CHOCA', 'colony' => 'CENTRO', 'cp' => null, 'longitude' => -92.954605, 'latitude' => 18.004537, 'status' => true, ], [ 'name' => 'MODULO FINANZAS BASE 4', 'municipality' => '4', 'address' => 'AV. RUIZ CORTINES S/N', 'colony' => 'CASA BLANCA', 'cp' => null, 'longitude' => -92.923486, 'latitude' => 18.001417, 'status' => true, ], [ 'name' => 'MODULO CARDENAS', 'municipality' => '2', 'address' => 'ANILLO PERIFERICO CARLOS MOLINA S/N', 'colony' => 'SANTA MARIA DE GUADALUPE', 'cp' => null, 'longitude' => -93.362824, 'latitude' => 17.996747, 'status' => true, ], [ 'name' => 'MODULO PASEO DE LA SIERRA', 'municipality' => '4', 'address' => ' AV. PASEO DE LA SIERRA #435 COL. REFORMA, C.P. 86080 VILLAHERMOSA, TABASCO,', 'colony' => 'REFORMA', 'cp' => null, 'longitude' => -92.929378, 'latitude' => 17.981033, 'status' => true, ], [ 'name' => 'CENTRO DE ACTIVACION COMALCALCO', 'municipality' => '5', 'address' => 'MONSERRAT #5', 'colony' => 'SANTO DOMINGO', 'cp' => null, 'longitude' => -93.218679, 'latitude' => 18.264577, 'status' => true, ], ]; foreach ($modules as $module) { Module::create($module); } } }