insert([ [ 'nombre' => 'Culiacán', 'calle' => 'Pascual Orozco', 'num_ext' => '1949', 'colonia' => 'Nuevo Culiacán', 'cp' => '80170', 'telefono' => '6677139250', 'gerente' => 'Gabriel Salazar', 'encargado' => 'Brenda Tamayo', 'created_at' => Carbon::now()->toDateTimeString(), 'updated_at' => Carbon::now()->toDateTimeString(), ] ]); } }